|
@@ -1,39 +1,52 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:background="@android:color/transparent"
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
- android:padding="16dp"
|
|
+ android:padding="8dp">
|
|
- android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/icon"
|
|
android:id="@+id/icon"
|
|
android:layout_width="48dp"
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_height="48dp"
|
|
|
|
+ android:layout_marginEnd="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_marginRight="10dp"
|
|
|
|
+ android:contentDescription="麦克风"
|
|
app:srcCompat="@android:drawable/presence_audio_away" />
|
|
app:srcCompat="@android:drawable/presence_audio_away" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
+
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/appNmae"
|
|
android:id="@+id/appNmae"
|
|
- android:text="115"
|
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="wrap_content" />
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:text=""
|
|
|
|
+ android:visibility="visible"
|
|
|
|
+ tools:text="115"
|
|
|
|
+ tools:visibility="visible" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/packageName"
|
|
android:id="@+id/packageName"
|
|
- android:text="com.xx.123"
|
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="wrap_content" />
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:text=""
|
|
|
|
+ android:visibility="visible"
|
|
|
|
+ tools:text="me.yoqi.xx"
|
|
|
|
+ tools:visibility="visible" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/launcherName"
|
|
android:id="@+id/launcherName"
|
|
- android:text="com.xx"
|
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="wrap_content" />
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:text=""
|
|
|
|
+ tools:text="xx"
|
|
|
|
+ tools:visibility="visible" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|