|
|
|
@ -92,6 +92,26 @@ |
|
|
|
|
android:paddingStart="32dp" |
|
|
|
|
android:paddingEnd="32dp"> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton |
|
|
|
|
android:id="@+id/fabSearch" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_margin="16dp" |
|
|
|
|
android:contentDescription="@string/search_content" |
|
|
|
|
android:src="@drawable/ic_search" |
|
|
|
|
android:tint="@color/primaryText" |
|
|
|
|
android:tooltipText="@string/search_content" |
|
|
|
|
app:backgroundTint="@color/background_menu" |
|
|
|
|
app:elevation="2dp" |
|
|
|
|
app:fabSize="mini" |
|
|
|
|
app:pressedTranslationZ="2dp" |
|
|
|
|
tools:ignore="UnusedAttribute" /> |
|
|
|
|
|
|
|
|
|
<Space |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton |
|
|
|
|
android:id="@+id/fabAutoPage" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
@ -265,44 +285,6 @@ |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_weight="2" /> |
|
|
|
|
|
|
|
|
|
<!--搜索按钮--> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/ll_search" |
|
|
|
|
android:layout_width="60dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:clickable="true" |
|
|
|
|
android:contentDescription="@string/search_content" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
android:paddingBottom="7dp"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:id="@+id/iv_search" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:contentDescription="@string/search_content" |
|
|
|
|
android:src="@drawable/ic_search" |
|
|
|
|
app:tint="@color/primaryText" |
|
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_search" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
|
android:layout_marginTop="3dp" |
|
|
|
|
android:maxLines="1" |
|
|
|
|
android:text="@string/search_content" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
android:textSize="12sp" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_weight="2" /> |
|
|
|
|
<!--调节按钮--> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/ll_read_aloud" |
|
|
|
|