mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-14 23:06:11 -04:00
17 lines
572 B
XML
17 lines
572 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="70dp"
|
|
android:background="@color/bgColorPrimary"
|
|
android:gravity="center"
|
|
android:padding="@dimen/padding_default">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:text="@string/locationDisabledText"
|
|
android:textColor="@color/textColorPrimary" />
|
|
|
|
</RelativeLayout>
|