X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fdomain_settings.xml;h=d550386ee5f48d3c2703e6398f3fb053335b5c2f;hp=a71cd610052c2bd62c977e201e656e015966bb42;hb=b3b4105e9acd9cf8e202abef3b811d49c6c36bec;hpb=61a76e491469916f2f30aebb47b98cda7cceb557 diff --git a/app/src/main/res/layout/domain_settings.xml b/app/src/main/res/layout/domain_settings.xml index a71cd610..d550386e 100644 --- a/app/src/main/res/layout/domain_settings.xml +++ b/app/src/main/res/layout/domain_settings.xml @@ -18,37 +18,261 @@ 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