File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <layer-list xmlns : android =" http://schemas.android.com/apk/res/android" >
3- <item >
2+ <ripple xmlns : android =" http://schemas.android.com/apk/res/android"
3+ android : color =" ?attr/colorControlHighlight" >
4+ <item android : id =" @android:id/mask" >
45 <shape android : shape =" rectangle" >
5- <solid android : color =" @android:color/transparent " />
6+ <solid android : color =" @android:color/white " />
67 </shape >
78 </item >
89
1213 <solid android : color =" ?attr/cardBrowserDivider" />
1314 </shape >
1415 </item >
15- </layer-list >
16+ </ripple >
Original file line number Diff line number Diff line change 1717<com .ichi2.ui.FixedTextView xmlns : android =" http://schemas.android.com/apk/res/android"
1818 android : layout_width =" 0dp"
1919 android : layout_height =" match_parent"
20- android : minHeight =" 48dp "
20+ android : minHeight =" ?minTouchTargetSize "
2121 android : layout_weight =" 1"
2222 android : textFontWeight =" 700"
2323 android : paddingStart =" 8dp"
You can’t perform that action at this time.
0 commit comments