mirror of
https://github.com/sismics/docs.git
synced 2026-01-08 14:29:31 +00:00
Android: tags autocompletion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#ddd"/>
|
||||
<corners android:radius="16dip"/>
|
||||
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableLeft="@drawable/ic_label_white_24dp"
|
||||
android:drawableStart="@drawable/ic_label_white_24dp"
|
||||
android:text="Appartement"
|
||||
android:drawablePadding="8dp"
|
||||
android:padding="12dp"
|
||||
android:gravity="center_vertical"
|
||||
android:textSize="16sp"
|
||||
android:textColor="#666"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"/>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:background="@drawable/tag_autocomplete_token_bg">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tagTextView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableLeft="@drawable/ic_label_white_24dp"
|
||||
android:drawableStart="@drawable/ic_label_white_24dp"
|
||||
android:text="Appartement"
|
||||
android:drawablePadding="8dp"
|
||||
android:padding="8dp"
|
||||
android:gravity="center"
|
||||
android:textSize="16sp"
|
||||
android:textColor="#666"/>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/edtTxt1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="#ccc"
|
||||
android:drawablePadding="2dp"
|
||||
android:padding="8dp"
|
||||
android:shadowColor="#FFFFFF"
|
||||
android:shadowDy="1"
|
||||
android:shadowRadius="0.01"
|
||||
android:textColor="#000000"
|
||||
android:textSize="18sp"
|
||||
android:textStyle="bold" />
|
||||
Reference in New Issue
Block a user