1
0
mirror of https://github.com/fumiama/android-base16384.git synced 2026-06-11 05:20:24 +08:00
1. 增加 压缩
2. 优化 响应
This commit is contained in:
fumiama
2021-03-13 01:22:56 +08:00
parent 4a3f27e3de
commit d8c89ee2d6
93 changed files with 24273 additions and 91 deletions

View File

@@ -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>