14 lines
419 B
XML
14 lines
419 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:focusable="false"
|
|
android:focusableInTouchMode="false"
|
|
android:gravity="center"
|
|
android:orientation="vertical" >
|
|
|
|
</LinearLayout>
|
|
|
|
</PreferenceScreen>
|