pull/405/head
okjack 2 years ago
parent ff2f5337ae
commit cf0ea88ca7
  1. 11
      app/src/leanback/res/layout/activity_setting_custom.xml
  2. 4
      app/src/mobile/res/layout/fragment_setting_custom.xml

@ -475,6 +475,7 @@
android:id="@+id/parseWebview"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:layout_weight="1"
android:background="@drawable/selector_item"
android:focusable="true"
@ -500,15 +501,6 @@
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:orientation="horizontal">
<LinearLayout
android:id="@+id/setLanguage"
android:layout_width="0dp"
@ -537,5 +529,6 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>

@ -220,14 +220,14 @@
android:layout_marginEnd="16dp"
android:text="@string/setting_language"
android:textColor="@color/white"
android:textSize="18sp" />
android:textSize="16sp" />
<TextView
android:id="@+id/languageText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="end"
android:textColor="@color/white"
android:textSize="18sp"
android:textSize="16sp"
tools:text="中文" />
</LinearLayout>

Loading…
Cancel
Save