mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-21 16:35:09 -05:00
OverviewFragment: Add ripple effect to server card and menu button.
This commit is contained in:
parent
cd759757fb
commit
408dfdb2e3
@ -24,6 +24,8 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="4dp"
|
||||
android:foreground="?android:attr/selectableItemBackground"
|
||||
android:clickable="true"
|
||||
card_view:cardBackgroundColor="@color/cardview_background">
|
||||
|
||||
<RelativeLayout
|
||||
@ -43,6 +45,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:clickable="true"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/ic_action_menu" />
|
||||
|
||||
<TextView
|
||||
|
Loading…
Reference in New Issue
Block a user