Remove board info from home screen

This commit is contained in:
topjohnwu 2020-02-11 19:57:33 -08:00
parent c586106e51
commit 70d5e2dee8

View File

@ -142,28 +142,11 @@
</LinearLayout>
<LinearLayout
android:id="@+id/home_device_info_board"
style="@style/W.Home.Item"
app:layout_constraintStart_toStartOf="@+id/home_device_info_product"
app:layout_constraintTop_toBottomOf="@+id/home_device_info_product">
<TextView
style="@style/W.Home.ItemContent"
android:text="@string/home_device_extra_board" />
<TextView
style="@style/W.Home.ItemContent.Right"
android:text="@{Build.BOARD}"
tools:text="flame" />
</LinearLayout>
<LinearLayout
android:id="@+id/home_device_info_version"
style="@style/W.Home.Item.Bottom"
app:layout_constraintStart_toStartOf="@+id/home_device_info_board"
app:layout_constraintTop_toBottomOf="@+id/home_device_info_board">
app:layout_constraintStart_toStartOf="@+id/home_device_info_product"
app:layout_constraintTop_toBottomOf="@+id/home_device_info_product">
<TextView
style="@style/W.Home.ItemContent"