Update the UI

This commit is contained in:
Tommaso Berlose 2020-05-22 18:51:42 +02:00
parent 0d2287dbdf
commit 94825808f4
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -18,8 +18,8 @@ android {
applicationId "com.tommasoberlose.anotherwidget" applicationId "com.tommasoberlose.anotherwidget"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 29 targetSdkVersion 29
versionCode 100 versionCode 101
versionName "2.0.11" versionName "2.0.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

Binary file not shown.

View File

@ -145,7 +145,7 @@
android:layout_height="40dp" android:layout_height="40dp"
android:padding="5dp" android:padding="5dp"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:src="@drawable/round_keyboard_capslock" android:src="@drawable/round_publish"
android:layout_alignParentEnd="true" android:layout_alignParentEnd="true"
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"