mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-04 03:06:41 -04:00
Remove app:srcCompat
This commit is contained in:
parent
accb557eb2
commit
cac71c4fa4
@ -1,13 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<com.google.android.material.card.MaterialCardView
|
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/card_margin"
|
android:layout_margin="@dimen/card_margin">
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout xmlns:tools="http://schemas.android.com/tools"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||||
@ -48,8 +45,8 @@
|
|||||||
style="@style/list_item_body"
|
style="@style/list_item_body"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textColor="?textSecondary"
|
|
||||||
android:layout_gravity="start"
|
android:layout_gravity="start"
|
||||||
|
android:textColor="?textSecondary"
|
||||||
tools:text="Description" />
|
tools:text="Description" />
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
@ -63,16 +60,16 @@
|
|||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal"
|
android:layout_marginBottom="10dp"
|
||||||
android:layout_marginBottom="10dp">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/downloadState"
|
android:id="@+id/downloadState"
|
||||||
style="@style/list_item_body"
|
style="@style/list_item_body"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textColor="?textTertiary"
|
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
|
android:textColor="?textTertiary"
|
||||||
tools:text="In Progress" />
|
tools:text="In Progress" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -100,7 +97,7 @@
|
|||||||
android:layout_weight="0.5"
|
android:layout_weight="0.5"
|
||||||
android:minWidth="@dimen/stop_min_width"
|
android:minWidth="@dimen/stop_min_width"
|
||||||
android:minHeight="@dimen/stop_min_height"
|
android:minHeight="@dimen/stop_min_height"
|
||||||
app:srcCompat="@drawable/ic_stop_24dp" />
|
android:src="@drawable/ic_stop_24dp" />
|
||||||
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
|
||||||
</com.google.android.material.card.MaterialCardView>
|
</com.google.android.material.card.MaterialCardView>
|
||||||
|
@ -9,15 +9,15 @@
|
|||||||
android:id="@+id/airplane"
|
android:id="@+id/airplane"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
app:layout_constraintHeight_max="121dp"
|
|
||||||
android:scaleType="fitCenter"
|
|
||||||
android:alpha="1.0"
|
android:alpha="1.0"
|
||||||
android:contentDescription="@string/save_books_offline"
|
android:contentDescription="@string/save_books_offline"
|
||||||
|
android:scaleType="fitCenter"
|
||||||
|
android:src="@drawable/ic_airplane"
|
||||||
android:visibility="invisible"
|
android:visibility="invisible"
|
||||||
app:layout_constraintBottom_toTopOf="@id/heading"
|
app:layout_constraintBottom_toTopOf="@id/heading"
|
||||||
app:layout_constraintEnd_toStartOf="parent"
|
app:layout_constraintEnd_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintHeight_max="121dp"
|
||||||
app:srcCompat="@drawable/ic_airplane" />
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/heading"
|
android:id="@+id/heading"
|
||||||
|
@ -35,9 +35,9 @@
|
|||||||
android:paddingBottom="1dp"
|
android:paddingBottom="1dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintHorizontal_bias="1.0"
|
app:layout_constraintHorizontal_bias="1.0"
|
||||||
app:layout_constraintStart_toEndOf="@id/text_view_file_item_name"
|
app:layout_constraintStart_toEndOf="@id/text_view_file_item_name"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
|
||||||
app:layout_constraintTop_toTopOf="parent" />
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
@ -51,11 +51,11 @@
|
|||||||
android:paddingTop="1dp"
|
android:paddingTop="1dp"
|
||||||
android:paddingEnd="5dp"
|
android:paddingEnd="5dp"
|
||||||
android:paddingBottom="1dp"
|
android:paddingBottom="1dp"
|
||||||
|
android:src="@drawable/ic_baseline_wait_24px"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintHorizontal_bias="1.0"
|
app:layout_constraintHorizontal_bias="1.0"
|
||||||
app:layout_constraintStart_toEndOf="@id/text_view_file_item_name"
|
app:layout_constraintStart_toEndOf="@id/text_view_file_item_name"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
|
||||||
app:srcCompat="@drawable/ic_baseline_wait_24px" />
|
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
@ -31,9 +31,6 @@ import java.io.File
|
|||||||
class AppConfigurer {
|
class AppConfigurer {
|
||||||
fun configure(target: Project) {
|
fun configure(target: Project) {
|
||||||
target.configureExtension<AppExtension> {
|
target.configureExtension<AppExtension> {
|
||||||
defaultConfig {
|
|
||||||
vectorDrawables.useSupportLibrary = true
|
|
||||||
}
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
create("releaseSigningConfig") {
|
create("releaseSigningConfig") {
|
||||||
storeFile = File(target.rootDir, "kiwix-android.keystore")
|
storeFile = File(target.rootDir, "kiwix-android.keystore")
|
||||||
|
@ -15,9 +15,9 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@string/send_feedback"
|
android:contentDescription="@string/send_feedback"
|
||||||
android:padding="@dimen/activity_horizontal_margin"
|
android:padding="@dimen/activity_horizontal_margin"
|
||||||
|
android:src="@drawable/ic_feedback_blue_24dp"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/app_bar"
|
app:layout_constraintTop_toBottomOf="@+id/app_bar" />
|
||||||
app:srcCompat="@drawable/ic_feedback_blue_24dp" />
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/activity_help_feedback_text_view"
|
android:id="@+id/activity_help_feedback_text_view"
|
||||||
@ -44,9 +44,9 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@string/send_feedback"
|
android:contentDescription="@string/send_feedback"
|
||||||
android:padding="@dimen/activity_horizontal_margin"
|
android:padding="@dimen/activity_horizontal_margin"
|
||||||
|
android:src="@drawable/ic_feedback_orange_24dp"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/activity_help_feedback_divider"
|
app:layout_constraintTop_toBottomOf="@+id/activity_help_feedback_divider" />
|
||||||
app:srcCompat="@drawable/ic_feedback_orange_24dp" />
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/activity_help_diagnostic_text_view"
|
android:id="@+id/activity_help_diagnostic_text_view"
|
||||||
|
@ -72,11 +72,11 @@
|
|||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
android:layout_marginTop="12dp"
|
android:layout_marginTop="12dp"
|
||||||
android:layout_marginEnd="8dp"
|
android:layout_marginEnd="8dp"
|
||||||
|
android:src="@mipmap/ic_launcher"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintHorizontal_bias="0.0"
|
app:layout_constraintHorizontal_bias="0.0"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/textView2"
|
app:layout_constraintTop_toBottomOf="@+id/textView2" />
|
||||||
app:srcCompat="@mipmap/ic_launcher" />
|
|
||||||
|
|
||||||
<ScrollView
|
<ScrollView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@ -19,57 +19,55 @@
|
|||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:contentDescription="@string/bookmarks"
|
android:contentDescription="@string/bookmarks"
|
||||||
|
android:src="@drawable/ic_bookmark_border_24dp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toStartOf="@id/bottom_toolbar_arrow_back"
|
app:layout_constraintEnd_toStartOf="@id/bottom_toolbar_arrow_back"
|
||||||
app:layout_constraintHorizontal_chainStyle="spread"
|
app:layout_constraintHorizontal_chainStyle="spread"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
app:srcCompat="@drawable/ic_bookmark_border_24dp" />
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/bottom_toolbar_arrow_back"
|
android:id="@+id/bottom_toolbar_arrow_back"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:contentDescription="@string/go_to_previous_page"
|
android:contentDescription="@string/go_to_previous_page"
|
||||||
|
android:src="@drawable/ic_keyboard_arrow_left_24dp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toStartOf="@id/bottom_toolbar_home"
|
app:layout_constraintEnd_toStartOf="@id/bottom_toolbar_home"
|
||||||
app:layout_constraintStart_toEndOf="@id/bottom_toolbar_bookmark"
|
app:layout_constraintStart_toEndOf="@id/bottom_toolbar_bookmark"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
app:srcCompat="@drawable/ic_keyboard_arrow_left_24dp" />
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/bottom_toolbar_home"
|
android:id="@+id/bottom_toolbar_home"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:contentDescription="@string/menu_home"
|
android:contentDescription="@string/menu_home"
|
||||||
|
android:src="@drawable/action_home"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toStartOf="@id/bottom_toolbar_arrow_forward"
|
app:layout_constraintEnd_toStartOf="@id/bottom_toolbar_arrow_forward"
|
||||||
app:layout_constraintStart_toEndOf="@id/bottom_toolbar_arrow_back"
|
app:layout_constraintStart_toEndOf="@id/bottom_toolbar_arrow_back"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
app:srcCompat="@drawable/action_home" />
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/bottom_toolbar_arrow_forward"
|
android:id="@+id/bottom_toolbar_arrow_forward"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:contentDescription="@string/go_to_next_page"
|
android:contentDescription="@string/go_to_next_page"
|
||||||
|
android:src="@drawable/ic_keyboard_arrow_right_24dp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toStartOf="@id/bottom_toolbar_toc"
|
app:layout_constraintEnd_toStartOf="@id/bottom_toolbar_toc"
|
||||||
app:layout_constraintStart_toEndOf="@id/bottom_toolbar_home"
|
app:layout_constraintStart_toEndOf="@id/bottom_toolbar_home"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
app:srcCompat="@drawable/ic_keyboard_arrow_right_24dp" />
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/bottom_toolbar_toc"
|
android:id="@+id/bottom_toolbar_toc"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:contentDescription="@string/table_of_contents"
|
android:contentDescription="@string/table_of_contents"
|
||||||
|
android:src="@drawable/ic_toc_24dp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toEndOf="@id/bottom_toolbar_arrow_forward"
|
app:layout_constraintStart_toEndOf="@id/bottom_toolbar_arrow_forward"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
app:srcCompat="@drawable/ic_toc_24dp" />
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|
||||||
|
|
||||||
</com.google.android.material.bottomappbar.BottomAppBar>
|
</com.google.android.material.bottomappbar.BottomAppBar>
|
||||||
|
@ -21,11 +21,11 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@string/expand"
|
android:contentDescription="@string/expand"
|
||||||
|
android:src="@drawable/action_find_next"
|
||||||
android:tint="?colorOnSurface"
|
android:tint="?colorOnSurface"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/item_help_title"
|
app:layout_constraintBottom_toBottomOf="@id/item_help_title"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="@id/item_help_title"
|
app:layout_constraintTop_toTopOf="@id/item_help_title" />
|
||||||
app:srcCompat="@drawable/action_find_next" />
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/item_help_description"
|
android:id="@+id/item_help_description"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/kiwix_search_widget_layout_id_height"
|
android:layout_height="@dimen/kiwix_search_widget_layout_id_height"
|
||||||
android:layout_marginStart="@dimen/kiwix_search_widget_margin"
|
android:layout_marginStart="@dimen/kiwix_search_widget_margin"
|
||||||
@ -30,13 +29,13 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0.1"
|
android:layout_weight="0.1"
|
||||||
app:srcCompat="@drawable/ic_stars_black_24dp" />
|
android:src="@drawable/ic_stars_black_24dp" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/search_widget_mic"
|
android:id="@+id/search_widget_mic"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0.1"
|
android:layout_weight="0.1"
|
||||||
app:srcCompat="@drawable/ic_mic_black_24dp" />
|
android:src="@drawable/ic_mic_black_24dp" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:contentDescription="@string/search_open_in_new_tab"
|
android:contentDescription="@string/search_open_in_new_tab"
|
||||||
app:srcCompat="@drawable/ic_open_in_new_24dp"
|
android:src="@drawable/ic_open_in_new_24dp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent" />
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
|
@ -71,11 +71,11 @@
|
|||||||
android:layout_margin="@dimen/fullscreen_control_button_margin"
|
android:layout_margin="@dimen/fullscreen_control_button_margin"
|
||||||
android:background="?colorOnSurface"
|
android:background="?colorOnSurface"
|
||||||
android:contentDescription="@string/menu_exit_full_screen"
|
android:contentDescription="@string/menu_exit_full_screen"
|
||||||
|
android:src="@drawable/fullscreen_exit"
|
||||||
android:tint="?colorSurface"
|
android:tint="?colorSurface"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
app:srcCompat="@drawable/fullscreen_exit"
|
|
||||||
tools:visibility="visible" />
|
tools:visibility="visible" />
|
||||||
|
|
||||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||||
@ -84,11 +84,11 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/activity_horizontal_margin"
|
android:layout_margin="@dimen/activity_horizontal_margin"
|
||||||
android:layout_marginBottom="?attr/actionBarSize"
|
android:layout_marginBottom="?attr/actionBarSize"
|
||||||
|
android:src="@drawable/action_find_previous"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:fabSize="mini"
|
app:fabSize="mini"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:srcCompat="@drawable/action_find_previous"
|
|
||||||
tools:visibility="visible" />
|
tools:visibility="visible" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
@ -25,5 +24,5 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:fitsSystemWindows="true"
|
android:fitsSystemWindows="true"
|
||||||
app:srcCompat="@drawable/ic_home_kiwix_banner" />
|
android:src="@drawable/ic_home_kiwix_banner" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="24dp"
|
android:layout_marginBottom="24dp"
|
||||||
android:contentDescription="@string/close_all_tabs"
|
android:contentDescription="@string/close_all_tabs"
|
||||||
|
android:src="@drawable/ic_close_black_24dp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent" />
|
||||||
app:srcCompat="@drawable/ic_close_black_24dp" />
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user