Weather/res/layout/mj_pref_with_center_action.xml
2021-05-10 10:13:34 +02:00

6 lines
540 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="@drawable/setting_item_selector" android:layout_width="fill_parent" android:layout_height="@dimen/setting_item_height"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:gravity="center" android:id="@id/tv_action" android:layout_width="fill_parent" android:layout_height="@dimen/setting_item_height" style="@style/SettingTextActionStyle" />
<View style="@style/SettingItemDivider" />
</LinearLayout>