File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
java/com/artifex/mupdf/viewer Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public void onCreate(Bundle savedInstanceState) {
32
32
requestWindowFeature (Window .FEATURE_NO_TITLE );
33
33
getWindow ().addFlags (WindowManager .LayoutParams .FLAG_FULLSCREEN );
34
34
35
- adapter = new ArrayAdapter <Item >(this , android . R .layout .simple_list_item_1 );
35
+ adapter = new ArrayAdapter <>(this , R .layout .simple_list_item );
36
36
setListAdapter (adapter );
37
37
38
38
int idx = getIntent ().getIntExtra ("PALLETBUNDLE" , -1 );
Original file line number Diff line number Diff line change 184
184
android:rotation=" 90"
185
185
android:layout_marginStart=" @dimen/eight_dp"
186
186
android:layout_marginEnd=" -70dp"
187
+ android:scaleY=" -1"
187
188
android:tooltipText=" @null"
188
189
app:labelStyle=" @style/Widget.App.Tooltip"
189
190
app:trackColor=" @color/highlight_yellow"
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <TextView xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ android : id =" @android:id/text1"
4
+ android : layout_width =" match_parent"
5
+ android : layout_height =" wrap_content"
6
+ android : textAppearance =" ?android:attr/textAppearanceListItemSmall"
7
+ android : textColor =" @color/white"
8
+ android : gravity =" center_vertical"
9
+ android : paddingStart =" ?android:attr/listPreferredItemPaddingStart"
10
+ android : paddingEnd =" ?android:attr/listPreferredItemPaddingEnd"
11
+ android : minHeight =" ?android:attr/listPreferredItemHeightSmall" />
You can’t perform that action at this time.
0 commit comments