Increment version number

This commit is contained in:
Matthieu 2021-01-14 11:51:15 +01:00
parent 01879cfd28
commit c9a43f0c1c
3 changed files with 6 additions and 4 deletions

View File

@ -24,8 +24,8 @@ android {
applicationId "com.h.pixeldroid"
minSdkVersion 23
targetSdkVersion 30
versionCode 8
versionName "1.0.alpha7"
versionCode 9
versionName "1.0.alpha8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'

View File

@ -67,7 +67,7 @@
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="TODO"
android:contentDescription="@string/switch_to_grid"
android:src="@drawable/grid_on_black_24dp"
android:tint="@color/white"
app:layout_constraintBottom_toBottomOf="@+id/indicator"
@ -80,7 +80,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="TODO"
android:contentDescription="@string/switch_to_carousel"
android:visibility="gone"
tools:visibility="visible"
android:src="@drawable/view_carousel_black_24dp"

View File

@ -156,5 +156,7 @@
<string name="mascot_description">Image showing a red panda, Pixelfed\'s mascot, using a phone</string>
<string name="save_before_returning">Save your edits?</string>
<string name="no_cancel_edit">No, cancel edit</string>
<string name="switch_to_grid">Switch to grid view</string>
<string name="switch_to_carousel">Switch to carousel</string>
</resources>