fix live layout

pull/1/head
ixiumu 4 years ago
parent ca9ffe3036
commit 2bb3e2715c
  1. 3
      app/src/main/res/drawable/live_focus.xml
  2. 3
      app/src/main/res/layout/item_channel_group_layout.xml
  3. 3
      app/src/main/res/layout/item_live_channel_layout.xml

@ -2,8 +2,7 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true">
<shape>
<stroke android:width="2mm" android:color="@android:color/white" />
<solid android:color="@android:color/transparent" />
<solid android:color="@color/color_99000000" />
</shape>
</item>
<item android:state_focused="false">

@ -4,8 +4,9 @@
android:layout_height="wrap_content"
android:layout_marginTop="10mm"
android:layout_marginBottom="10mm"
android:background="@drawable/live_focus"
android:focusable="true"
android:focusableInTouchMode="true"
android:focusableInTouchMode="false"
android:orientation="horizontal">
<TextView

@ -4,10 +4,11 @@
android:layout_height="wrap_content"
android:layout_marginTop="10mm"
android:layout_marginBottom="10mm"
android:background="@drawable/live_focus"
android:layout_marginLeft="10mm"
android:layout_marginRight="10mm"
android:focusable="true"
android:focusableInTouchMode="true"
android:focusableInTouchMode="false"
android:orientation="horizontal">
<TextView

Loading…
Cancel
Save