缩小图片
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 541 KiB After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 791 KiB After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 572 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 314 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 214 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 177 KiB |
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 693 KiB After Width: | Height: | Size: 299 KiB |
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 294 KiB |
|
|
@ -7,17 +7,17 @@
|
|||
android:layout_height="match_parent"
|
||||
tools:ignore="ContentDescription,MissingConstraints">
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_accelerate"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
app:layout_constraintHeight_percent="0.50"
|
||||
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:src="@drawable/accelerate_iv_selector" />
|
||||
|
||||
android:src="@drawable/accelerate_iv_selector"
|
||||
app:layout_constraintHeight_percent="0.50"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:layout_editor_absoluteX="0dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_ex"
|
||||
|
|
|
|||