|
1 | 1 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
2 | | - android:layout_width="wrap_content" |
| 2 | + android:layout_width="match_parent" |
3 | 3 | android:layout_height="wrap_content" |
4 | 4 | android:background="#b6000000" |
5 | 5 | android:orientation="vertical"> |
|
13 | 13 |
|
14 | 14 | <TextView |
15 | 15 | android:id="@+id/app_name" |
16 | | - android:layout_width="wrap_content" |
| 16 | + style="@style/PopupWindow.Title" |
| 17 | + android:layout_width="0dp" |
17 | 18 | android:layout_height="wrap_content" |
18 | | - android:clickable="false" |
| 19 | + android:layout_weight="1" |
19 | 20 | android:ellipsize="end" |
20 | | - android:focusable="false" |
21 | | - android:focusableInTouchMode="false" |
22 | | - android:fontFamily="?attr/appFontFamilyTitle" |
23 | 21 | android:maxLines="1" |
24 | 22 | android:padding="8dp" |
25 | 23 | android:text="@string/unknown" |
26 | 24 | android:textColor="#FFFFFF" |
27 | 25 | android:textSize="13sp" /> |
28 | 26 |
|
29 | | - <View |
30 | | - android:layout_width="0dp" |
31 | | - android:layout_height="0dp" |
32 | | - android:layout_weight="1" /> |
33 | | - |
34 | 27 | <ImageView |
35 | 28 | android:id="@+id/historyBtn" |
36 | 29 | android:layout_width="@dimen/popupWindowIconSize" |
|
59 | 52 | android:orientation="horizontal"> |
60 | 53 |
|
61 | 54 | <TextView |
| 55 | + style="@style/NonInteractiveText" |
62 | 56 | android:layout_width="80dp" |
63 | 57 | android:layout_height="match_parent" |
64 | 58 | android:layout_marginTop="1dp" |
65 | 59 | android:layout_marginEnd="1dp" |
66 | 60 | android:background="#60111111" |
67 | | - android:clickable="false" |
68 | | - android:focusable="false" |
69 | | - android:focusableInTouchMode="false" |
70 | 61 | android:fontFamily="?attr/appFontFamilyBody" |
71 | 62 | android:gravity="center" |
72 | 63 | android:padding="8dp" |
|
94 | 85 | android:orientation="horizontal"> |
95 | 86 |
|
96 | 87 | <TextView |
| 88 | + style="@style/NonInteractiveText" |
97 | 89 | android:layout_width="80dp" |
98 | 90 | android:layout_height="match_parent" |
99 | 91 | android:layout_marginTop="1dp" |
100 | 92 | android:layout_marginEnd="1dp" |
101 | 93 | android:background="#60111111" |
102 | | - android:clickable="false" |
103 | | - android:focusable="false" |
104 | | - android:focusableInTouchMode="false" |
105 | 94 | android:fontFamily="?attr/appFontFamilyBody" |
106 | 95 | android:gravity="center" |
107 | 96 | android:padding="8dp" |
|
0 commit comments