fix: stabilize reader navigation and release 2.33
This commit is contained in:
@@ -629,13 +629,13 @@
|
||||
android:focusable="true">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="44dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/bg_reader_v2_control"
|
||||
android:contentDescription="@null"
|
||||
android:importantForAccessibility="no"
|
||||
android:padding="17dp"
|
||||
android:padding="6dp"
|
||||
android:src="@drawable/ic_reader_v2_minus"
|
||||
android:tag="reader_v2_control" />
|
||||
</FrameLayout>
|
||||
@@ -650,13 +650,13 @@
|
||||
android:focusable="true">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="44dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/bg_reader_v2_control"
|
||||
android:contentDescription="@null"
|
||||
android:importantForAccessibility="no"
|
||||
android:padding="13dp"
|
||||
android:padding="6dp"
|
||||
android:src="@drawable/ic_reader_v2_plus"
|
||||
android:tag="reader_v2_control" />
|
||||
</FrameLayout>
|
||||
@@ -832,13 +832,13 @@
|
||||
android:focusable="true">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="44dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/bg_reader_v2_control"
|
||||
android:contentDescription="@null"
|
||||
android:importantForAccessibility="no"
|
||||
android:padding="17dp"
|
||||
android:padding="6dp"
|
||||
android:src="@drawable/ic_reader_v2_minus"
|
||||
android:tag="reader_v2_control" />
|
||||
</FrameLayout>
|
||||
@@ -853,13 +853,13 @@
|
||||
android:focusable="true">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="44dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/bg_reader_v2_control"
|
||||
android:contentDescription="@null"
|
||||
android:importantForAccessibility="no"
|
||||
android:padding="13dp"
|
||||
android:padding="6dp"
|
||||
android:src="@drawable/ic_reader_v2_plus"
|
||||
android:tag="reader_v2_control" />
|
||||
</FrameLayout>
|
||||
|
||||
Reference in New Issue
Block a user