|
52 | 52 | android:orientation="horizontal"> |
53 | 53 |
|
54 | 54 | <TextView |
55 | | - style="@style/NonInteractiveText" |
| 55 | + style="@style/PopupWindow.Body" |
56 | 56 | android:layout_width="80dp" |
57 | 57 | android:layout_height="match_parent" |
58 | 58 | android:layout_marginTop="1dp" |
59 | 59 | android:layout_marginEnd="1dp" |
60 | 60 | android:background="#60111111" |
61 | | - android:fontFamily="?attr/appFontFamilyBody" |
62 | 61 | android:gravity="center" |
63 | 62 | android:padding="8dp" |
64 | 63 | android:text="@string/package_label" |
|
67 | 66 |
|
68 | 67 | <TextView |
69 | 68 | android:id="@+id/package_name" |
| 69 | + style="@style/PopupWindow.Body" |
70 | 70 | android:layout_width="match_parent" |
71 | 71 | android:layout_height="match_parent" |
72 | 72 | android:layout_marginTop="1dp" |
73 | 73 | android:background="#60111111" |
74 | | - android:fontFamily="?attr/appFontFamilyBody" |
75 | 74 | android:padding="8dp" |
76 | 75 | android:singleLine="false" |
77 | 76 | android:textColor="#FFFFFF" |
|
85 | 84 | android:orientation="horizontal"> |
86 | 85 |
|
87 | 86 | <TextView |
88 | | - style="@style/NonInteractiveText" |
| 87 | + style="@style/PopupWindow.Body" |
89 | 88 | android:layout_width="80dp" |
90 | 89 | android:layout_height="match_parent" |
91 | 90 | android:layout_marginTop="1dp" |
92 | 91 | android:layout_marginEnd="1dp" |
93 | 92 | android:background="#60111111" |
94 | | - android:fontFamily="?attr/appFontFamilyBody" |
95 | 93 | android:gravity="center" |
96 | 94 | android:padding="8dp" |
97 | 95 | android:text="@string/class_label" |
|
100 | 98 |
|
101 | 99 | <TextView |
102 | 100 | android:id="@+id/class_name" |
| 101 | + style="@style/PopupWindow.Body" |
103 | 102 | android:layout_width="match_parent" |
104 | 103 | android:layout_height="match_parent" |
105 | 104 | android:layout_marginTop="1dp" |
106 | 105 | android:background="#60111111" |
107 | | - android:fontFamily="?attr/appFontFamilyBody" |
108 | 106 | android:padding="8dp" |
109 | 107 | android:singleLine="false" |
110 | 108 | android:textColor="#FFFFFF" |
|
0 commit comments