X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fdomain_settings.xml;h=725041ea1ab702a6299b659dbaa5aab6b91e65e7;hp=a71cd610052c2bd62c977e201e656e015966bb42;hb=30199e211f320d781774a8cfa683317c71635871;hpb=61a76e491469916f2f30aebb47b98cda7cceb557 diff --git a/app/src/main/res/layout/domain_settings.xml b/app/src/main/res/layout/domain_settings.xml index a71cd610..725041ea 100644 --- a/app/src/main/res/layout/domain_settings.xml +++ b/app/src/main/res/layout/domain_settings.xml @@ -18,37 +18,230 @@ You should have received a copy of the GNU General Public License along with Privacy Browser. If not, see . --> - + android:focusable="true" + android:focusableInTouchMode="true" + android:descendantFocusability="beforeDescendants" > - + android:layout_width="match_parent" + android:layout_margin="12dp" + android:orientation="vertical" + android:divider="?android:attr/dividerVertical" + android:showDividers="middle" > - + - + android:layout_width="match_parent" + android:orientation="horizontal" > - - + + + + - - + + + + + + - + android:layout_width="match_parent" + android:orientation="horizontal" > + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file