Niels profile #21
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user