X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fdomain_settings.xml;h=7485ef0063878a10972fd525d0f8b3bccc241ae7;hp=a71cd610052c2bd62c977e201e656e015966bb42;hb=557c44e588c9c881a5a1573667a34d0355cde834;hpb=61a76e491469916f2f30aebb47b98cda7cceb557 diff --git a/app/src/main/res/layout/domain_settings.xml b/app/src/main/res/layout/domain_settings.xml index a71cd610..7485ef00 100644 --- a/app/src/main/res/layout/domain_settings.xml +++ b/app/src/main/res/layout/domain_settings.xml @@ -18,37 +18,276 @@ 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="vertical"> - - + + + + + + - - + + + + + + + + + - + android:layout_width="match_parent" + android:orientation="horizontal" > + + + + + - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file