82 lines
3.3 KiB
XML
82 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<carbon.widget.TextView
|
|
android:textSize="@dimen/f6"
|
|
android:textStyle="italic|bold"
|
|
android:textColor="@color/a1e"
|
|
android:gravity="center"
|
|
android:layout_gravity="center"
|
|
android:id="@+id/ti"
|
|
android:background="#b0000000"
|
|
android:paddingLeft="@dimen/fy"
|
|
android:paddingRight="@dimen/fy"
|
|
android:visibility="invisible"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="@dimen/fa"
|
|
android:layout_marginBottom="@dimen/fm"
|
|
android:text="0m/s"
|
|
android:singleLine="true"
|
|
app:carbon_cornerRadius="@dimen/fy"/>
|
|
<FrameLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<carbon.widget.FrameLayout
|
|
android:id="@+id/sx"
|
|
android:background="@mipmap/m"
|
|
android:layout_width="@dimen/f7"
|
|
android:layout_height="@dimen/f7"
|
|
app:carbon_cornerRadius="@dimen/fv"/>
|
|
<carbon.widget.FrameLayout
|
|
android:id="@+id/sy"
|
|
android:background="@mipmap/n"
|
|
android:layout_width="@dimen/f7"
|
|
android:layout_height="@dimen/f7"
|
|
app:carbon_cornerRadius="@dimen/fv"/>
|
|
<com.lerist.fakelocation.widget.RockerView
|
|
android:id="@+id/th"
|
|
android:layout_width="@dimen/f7"
|
|
android:layout_height="@dimen/f7"
|
|
app:areaBackground="#00000000"
|
|
app:rockerBackground="#f7f7f7"
|
|
app:rockerRadius="@dimen/f6"/>
|
|
</FrameLayout>
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<androidx.cardview.widget.CardView
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_width="@dimen/fz"
|
|
android:layout_height="@dimen/ff"
|
|
android:layout_marginLeft="@dimen/fm"
|
|
android:layout_marginTop="@dimen/fu"
|
|
android:layout_marginRight="@dimen/fm"
|
|
android:layout_marginBottom="@dimen/fy"
|
|
app:cardBackgroundColor="@color/a1e"
|
|
app:cardCornerRadius="@dimen/f6"
|
|
app:cardElevation="@dimen/fc">
|
|
<ImageView
|
|
android:paddingLeft="@dimen/fy"
|
|
android:paddingTop="@dimen/fc"
|
|
android:paddingRight="@dimen/fy"
|
|
android:paddingBottom="@dimen/fc"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:src="@mipmap/ao"
|
|
android:tint="@color/l_"/>
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_gravity="center"
|
|
android:id="@+id/sw"
|
|
android:padding="@dimen/fc"
|
|
android:clickable="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/ap"
|
|
android:tint="@color/ix"/>
|
|
</androidx.cardview.widget.CardView>
|
|
</FrameLayout>
|
|
</LinearLayout>
|