Clean keepScreenOn

release
jhengazuki 9 months ago
parent b20f530c5a
commit f08d0740bb
  1. 1
      app/src/leanback/res/layout/activity_collect.xml
  2. 1
      app/src/leanback/res/layout/activity_home.xml
  3. 1
      app/src/leanback/res/layout/activity_keep.xml
  4. 1
      app/src/leanback/res/layout/activity_push.xml
  5. 1
      app/src/leanback/res/layout/activity_search.xml
  6. 1
      app/src/leanback/res/layout/activity_setting.xml
  7. 1
      app/src/leanback/res/layout/activity_setting_player.xml
  8. 1
      app/src/leanback/res/layout/activity_vod.xml

@ -4,7 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
android:orientation="vertical">
<TextView

@ -4,7 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
android:orientation="vertical">
<FrameLayout

@ -2,7 +2,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
android:orientation="vertical">
<FrameLayout

@ -4,7 +4,6 @@
android:layout_height="match_parent"
android:background="@color/black_20"
android:gravity="center"
android:keepScreenOn="true"
android:orientation="vertical">
<ImageView

@ -5,7 +5,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:animateLayoutChanges="true"
android:keepScreenOn="true"
android:orientation="horizontal"
android:paddingStart="24dp"
android:paddingTop="24dp"

@ -4,7 +4,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"
android:keepScreenOn="true"
tools:ignore="NestedWeights">
<LinearLayout

@ -4,7 +4,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"
android:keepScreenOn="true"
tools:ignore="NestedWeights">
<LinearLayout

@ -3,7 +3,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
android:orientation="vertical">
<com.fongmi.android.tv.ui.custom.CustomHorizontalGridView

Loading…
Cancel
Save