File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
AI_MultiBarcodes_Capture/src/main/res Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<selector xmlns : android =" http://schemas.android.com/apk/res/android" >
3- <item android : state_selected =" true" android : drawable =" @color/zebra" android : alpha =" 0.3" />
3+ <item android : state_selected =" true" >
4+ <shape android : shape =" rectangle" >
5+ <solid android : color =" ?attr/colorPrimary" />
6+ <alpha android : value =" 0.3" />
7+ </shape >
8+ </item >
49 <item android : state_pressed =" true" android : drawable =" @android:color/transparent" />
510 <item android : state_activated =" true" android : drawable =" @android:color/transparent" />
611 <item android : state_checked =" true" android : drawable =" @android:color/transparent" />
712 <item android : state_focused =" true" android : drawable =" @android:color/transparent" />
8- <item android : drawable =" @android:color/white" />
13+ <item >
14+ <shape android : shape =" rectangle" >
15+ <solid android : color =" ?attr/colorSurface" />
16+ </shape >
17+ </item >
918</selector >
Original file line number Diff line number Diff line change 1313 android : id =" @+id/cl_browser"
1414 android : layout_width =" match_parent"
1515 android : layout_height =" match_parent"
16+ android : background =" ?android:attr/colorBackground"
1617 android : visibility =" visible"
1718 app : layout_constraintBottom_toBottomOf =" parent"
1819 app : layout_constraintEnd_toEndOf =" parent"
110111 android : id =" @+id/lvFiles"
111112 android : layout_width =" match_parent"
112113 android : layout_height =" 0dp"
114+ android : background =" ?android:attr/colorBackground"
115+ android : divider =" ?attr/colorPrimary"
116+ android : dividerHeight =" 1dp"
113117 android : choiceMode =" none"
114118 android : listSelector =" @android:color/transparent"
115119 android : clickable =" false"
Original file line number Diff line number Diff line change 99 android : id =" @+id/background_container"
1010 android : layout_width =" match_parent"
1111 android : layout_height =" match_parent"
12- android : background =" @android:color/white " >
12+ android : background =" ?attr/colorSurface " >
1313
1414 <!-- Clickable area for delete action -->
1515 <FrameLayout
4949 android : layout_height =" wrap_content"
5050 android : layout_weight =" 1"
5151 android : textSize =" 16sp"
52- android : textColor =" @ android:color/black "
52+ android : textColor =" ? android:attr/textColorPrimary "
5353 android : paddingStart =" 8dp"
5454 android : paddingEnd =" 8dp" />
5555 </LinearLayout >
You can’t perform that action at this time.
0 commit comments