summaryrefslogtreecommitdiffstats
path: root/mobile/android/base/resources/layout/panel_item_container.xml
blob: 2d767c64db4bb08e6723026d4969348645e65359 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:clickable="true"
     android:foreground="@color/recyclerview_selector">

</FrameLayout>