X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fedit_bookmark_folder_dialog.xml;fp=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fedit_bookmark_folder_dialog.xml;h=f7d69b655174ca8793afd09f60b498292186ec5c;hb=5bcf4ca90f27512b94fb7aca4fad37b4e4774655;hp=469cb2e315947168cbbc42913138b51541287d3b;hpb=74857298f431569df1849e8ef91387cb25274095;p=PrivacyBrowserAndroid.git 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 469cb2e3..f7d69b65 100644 --- a/app/src/main/res/layout/edit_bookmark_folder_dialog.xml +++ b/app/src/main/res/layout/edit_bookmark_folder_dialog.xml @@ -18,113 +18,119 @@ You should have received a copy of the GNU General Public License along with Privacy Browser. If not, see . --> - + android:layout_width="match_parent" > - + android:orientation="vertical" > - + - - - - - - - - - - + android:orientation="horizontal"> - + - - + + + + + + + + + + + android:checkedButton="@+id/edit_folder_current_icon_radiobutton"> + + + + + + + + - + + + + - - + android:layout_width="match_parent" + android:hint="@string/folder_name" + android:imeOptions="actionGo" + android:inputType="textUri" /> + - - - - - - - - - \ No newline at end of file + android:gravity="center_horizontal" + android:text="@string/folder_names_must_be_unique" /> + + \ No newline at end of file