X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fedit_bookmark_dialog.xml;h=1184805eda9cc66ac6dd575ef65fcb1565eb7a9c;hp=2b6771a1cb3bcbb7d8bbd99183e04eb908ba465c;hb=8807eaccc921d6e8535a40421fd58d8c71cee17f;hpb=5bcf4ca90f27512b94fb7aca4fad37b4e4774655 diff --git a/app/src/main/res/layout/edit_bookmark_dialog.xml b/app/src/main/res/layout/edit_bookmark_dialog.xml index 2b6771a1..1184805e 100644 --- a/app/src/main/res/layout/edit_bookmark_dialog.xml +++ b/app/src/main/res/layout/edit_bookmark_dialog.xml @@ -39,9 +39,8 @@ + android:orientation="vertical" + android:layout_marginStart="7dp" > @@ -74,15 +74,17 @@ android:layout_marginTop="12dp" android:layout_marginBottom="4dp" android:text="@string/current_bookmark_icon" - android:textSize="18sp" /> + android:textSize="18sp" + android:textColor="?android:textColorPrimary" /> + android:textSize="18sp" + android:textColor="?android:textColorPrimary" /> @@ -95,15 +97,15 @@ android:layout_marginStart="4dp" android:layout_marginEnd="4dp" > - + + android:inputType="textUri" + android:selectAllOnFocus="true" /> @@ -115,16 +117,15 @@ android:layout_marginStart="4dp" android:layout_marginEnd="4dp" > - + + android:inputType="textUri" + android:selectAllOnFocus="true" /> \ No newline at end of file