mirror of https://github.com/kurisufriend/Clover
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
745 B
20 lines
745 B
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_marginTop="5dp"
|
|
android:orientation="vertical"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:id="@+id/floating_label_hint"
|
|
android:layout_width="wrap_content"
|
|
android:visibility="invisible"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="-8dp"/>
|
|
|
|
<EditText
|
|
android:id="@+id/floating_label_edit_text"
|
|
android:layout_width="wrap_content"
|
|
android:hint="tmp"
|
|
android:layout_height="wrap_content"/>
|
|
</LinearLayout> |