fix for permissions.

This commit is contained in:
Marijn Jansen
2017-06-26 18:54:45 +02:00
parent 2c40a1b8da
commit 3f00e09592
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ android {
defaultConfig { defaultConfig {
applicationId "nl.myhyvesbookplus.tagram" applicationId "nl.myhyvesbookplus.tagram"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 25 targetSdkVersion 21
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" 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) { public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
Log.d(TAG, "onItemClick: rowNumber! "+ position); 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="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="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="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> <string name="niet_slecht">\"Niet slecht.\"s</string>
</resources> </resources>

View File

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