mirror of
https://github.com/fumiama/android-base16384.git
synced 2026-06-11 05:20:24 +08:00
v2.0
1. 增加 压缩 2. 优化 响应
This commit is contained in:
@@ -84,6 +84,19 @@
|
||||
android:clickable="true"
|
||||
android:src="@drawable/ic_add"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
android:focusable="true" />
|
||||
|
||||
<Switch
|
||||
android:id="@+id/sl"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/rndbg_white"
|
||||
android:padding="8dp"
|
||||
android:text="@string/use_lzma"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/sv" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Reference in New Issue
Block a user