X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fedit_bookmark_folder_dialog.xml;h=9bed6a405ad6650dbe51705c34a62f24dc21618d;hp=f7d69b655174ca8793afd09f60b498292186ec5c;hb=8807eaccc921d6e8535a40421fd58d8c71cee17f;hpb=5bcf4ca90f27512b94fb7aca4fad37b4e4774655 diff --git a/app/src/main/res/layout/edit_bookmark_folder_dialog.xml b/app/src/main/res/layout/edit_bookmark_folder_dialog.xml index f7d69b65..9bed6a40 100644 --- a/app/src/main/res/layout/edit_bookmark_folder_dialog.xml +++ b/app/src/main/res/layout/edit_bookmark_folder_dialog.xml @@ -41,11 +41,10 @@ android:layout_height="wrap_content" android:layout_width="wrap_content" android:orientation="vertical" - android:layout_marginStart="16dp" - android:layout_marginEnd="10dp" > + android:layout_marginStart="7dp" > @@ -86,7 +86,8 @@ android:layout_marginTop="12dp" android:layout_marginBottom="4dp" android:text="@string/current_folder_icon" - android:textSize="18sp"/> + android:textSize="18sp" + android:textColor="?android:textColorPrimary" /> + android:textSize="18sp" + android:textColor="?android:textColorPrimary" /> + android:textSize="18sp" + android:textColor="?android:textColorPrimary" /> @@ -112,7 +115,6 @@ android:layout_height="wrap_content" android:layout_width="match_parent" android:layout_marginTop="6dp" - android:layout_marginBottom="12dp" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" > @@ -124,7 +126,8 @@ android:layout_width="match_parent" android:hint="@string/folder_name" android:imeOptions="actionGo" - android:inputType="textUri" /> + android:inputType="textUri" + android:selectAllOnFocus="true" />