| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| SPDX-FileCopyrightText: 2013 The CyanogenMod Project |
| SPDX-License-Identifier: Apache-2.0 |
| --> |
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| android:orientation="horizontal" |
| android:layout_height="wrap_content" |
| android:layout_width="match_parent" |
| android:gravity="left" |
| android:paddingStart="16dp" |
| android:paddingTop="6dp" |
| android:paddingBottom="6dp" |
| android:paddingEnd="16dp"> |
| |
| <TextView |
| android:id="@+id/locale" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:gravity="left" |
| android:textAppearance="?android:attr/textAppearanceMedium" /> |
| </LinearLayout> |