File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 8484
8585 <TextView
8686 style =" @style/Container"
87+ android : elevation =" 8dp"
8788 android : text =" @string/animated_ripple" />
8889 </me .thanel.swipeactionview.SwipeActionView>
8990
9091 <me .thanel.swipeactionview.SwipeActionView
9192 android : id =" @+id/swipe_card_view"
92- style =" @style/SwipeItem" >
93+ style =" @style/SwipeItem"
94+ app : sav_swipeLeftRippleColor =" @color/colorPrimary"
95+ app : sav_tools_previewRipple =" swipeLeft" >
9396
9497 <ImageView style =" @style/Icon" />
9598
100103 <androidx .cardview.widget.CardView
101104 android : layout_width =" match_parent"
102105 android : layout_height =" match_parent"
103- android : layout_margin =" 16dp" >
106+ android : layout_margin =" 16dp"
107+ app : cardElevation =" 12dp" >
104108
105109 <TextView
106110 style =" @style/Container"
Original file line number Diff line number Diff line change 4747 <item name =" android:layout_width" >match_parent</item >
4848 <item name =" android:layout_height" >wrap_content</item >
4949 <item name =" android:minHeight" >?listPreferredItemHeight</item >
50- <item name =" android:background" >@color/colorPrimaryDark </item >
50+ <item name =" android:background" >@android: color/darker_gray </item >
5151 </style >
5252</resources >
You can’t perform that action at this time.
0 commit comments