small fixes (#61)
* quickfix * android locale tuning * toggle option to setting * some customizations * some fixes * some fixes * some fixes * fixed header of search by image --------- Co-authored-by: rebelonion <87634197+rebelonion@users.noreply.github.com>
This commit is contained in:
parent
e5f2bb6566
commit
c5ed8acfa3
5 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,8 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="fill_parent">
|
||||
android:layout_height="fill_parent"
|
||||
android:fitsSystemWindows="true">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
android:insetBottom="0dp"
|
||||
android:padding="8dp"
|
||||
android:text="@android:string/cancel"
|
||||
android:textColor="?attr/colorOnPrimary"
|
||||
android:textColor="?attr/colorPrimary"
|
||||
android:textSize="16sp"
|
||||
app:cornerRadius="16dp" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue