Hidden layout for hidding preferences
android:layout=R.layout.hidden
This commit is contained in:
parent
6cce0d9dd2
commit
911ca03af2
1 changed files with 4 additions and 0 deletions
4
res/layout/hidden.xml
Normal file
4
res/layout/hidden.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent" android:layout_height="fill_parent" android:visibility="gone">
|
||||
</LinearLayout>
|
Loading…
Reference in a new issue