mirror of https://github.com/LeOS-GSI/LeOS-Genesis
30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingRight="15dp"
|
|
android:layout_marginTop="60dp"
|
|
android:paddingLeft="15dp"
|
|
android:paddingBottom="-35dp"
|
|
android:background="@color/white"
|
|
android:elevation="0dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/hintCompletionText"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@android:color/transparent"
|
|
android:padding="10dp"
|
|
android:singleLine="true"
|
|
android:ellipsize="end"
|
|
android:textColor="@color/holo_gray"
|
|
android:textSize="15.5sp"
|
|
android:textStyle="bold" />
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:background="@color/white_dark" />
|
|
|
|
</LinearLayout> |