Niels profile #21

Merged
11025980 merged 7 commits from niels-profile into master 2017-06-27 11:33:33 +02:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit 3f00e09592 - Show all commits

View File

@@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "nl.myhyvesbookplus.tagram"
minSdkVersion 21
targetSdkVersion 25
targetSdkVersion 21
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

View File

@@ -101,4 +101,5 @@ public class TimeLineAdapter extends BaseAdapter implements AdapterView.OnItemCl
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
Log.d(TAG, "onItemClick: rowNumber! "+ position);
}
}

View File

@@ -30,6 +30,5 @@
<string name="image_save_error">Foto opslaan mislukt. Zorg a.u.b. dat er genoeg ruimte op uw telefoon beschikbaar is.</string>
<string name="update_profile_pic_error">Het updaten van de profielfoto is mislukt. Controleer uw internetverbinding.</string>
<string name="upload_profile_pic">Profielfoto aan het uploaden...</string>
<string name="please_wait">Wacht a.u.b.</string>
<string name="niet_slecht">\"Niet slecht.\"s</string>
</resources>

View File

@@ -2,6 +2,6 @@
<resources>
<color name="colorPrimary">#fbbf2d</color>
<color name="colorPrimaryDark">#ffa70f</color>
<color name="colorAccent">#4bAfe5</color>
<!--<color name="colorAccent">#4CAF50</color>-->
<!--<color name="colorAccent">#4bAfe5</color>-->
<color name="colorAccent">#4CAF50</color>
</resources>