diff options
author | akuma <n3k0@pc.localdomain> | 2019-08-09 01:19:19 +0200 |
---|---|---|
committer | akuma <n3k0@pc.localdomain> | 2019-08-09 01:19:19 +0200 |
commit | f510feb3130f7f28a5b9116c903a33e92d37ba5c (patch) | |
tree | f3c725e89210de870eef30c1f043d1afbff45564 /app/src/main/res/layout | |
parent | 302f41085f460e67934166a3da55fa746eeaf7e2 (diff) |
Commented allow apps switch. Allow app fragment title
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/allowed_vpn_apps.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/allowed_vpn_apps.xml b/app/src/main/res/layout/allowed_vpn_apps.xml index 0883f4b8..93327944 100644 --- a/app/src/main/res/layout/allowed_vpn_apps.xml +++ b/app/src/main/res/layout/allowed_vpn_apps.xml @@ -9,7 +9,7 @@ android:layout_width="match_parent" tools:ignore="RtlCompat" android:layout_height="match_parent"> - +<!-- <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" @@ -35,7 +35,7 @@ android:layout_width="wrap_content" android:layout_centerVertical="true" android:layout_height="wrap_content" /> - </RelativeLayout> + </RelativeLayout>--> <ListView android:visibility="gone" |