summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_attribution_list_item.xml
blob: 763bb118e0635e364cf4dae0024a74b45cbec3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<TextView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/text1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:gravity="center_vertical"
    android:minHeight="?android:attr/listPreferredItemHeightSmall"
    android:paddingLeft="24dp"
    android:paddingRight="24dp"
    android:textAllCaps="true"
    android:textAppearance="?android:attr/textAppearanceButton"
    android:textColor="@color/mapbox_blue"/>