From f71699898eba24fdb552adbda22db316287ab952 Mon Sep 17 00:00:00 2001 From: sifacaii Date: Sun, 28 Aug 2022 18:39:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0search?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 3 ++ .../org/sifacai/vlcjellyfin/BaseActivity.java | 15 ++++-- .../org/sifacai/vlcjellyfin/MainActivity.java | 2 - .../res/drawable/ic_outline_search_48.xml | 5 ++ app/src/main/res/layout/activebar_custom.xml | 38 +++++++++------ .../main/res/layout/activity_collection.xml | 2 - app/src/main/res/layout/activity_search.xml | 29 +++++++++++ app/src/main/res/layout/item_title.xml | 48 ------------------- app/src/main/res/layout/jellyfin_home.xml | 2 - 9 files changed, 72 insertions(+), 72 deletions(-) create mode 100644 app/src/main/res/drawable/ic_outline_search_48.xml create mode 100644 app/src/main/res/layout/activity_search.xml delete mode 100644 app/src/main/res/layout/item_title.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 48ddc95..5bba4d8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -34,6 +34,9 @@ + + + diff --git a/app/src/main/res/layout/activebar_custom.xml b/app/src/main/res/layout/activebar_custom.xml index 8cd4bec..c4d3801 100644 --- a/app/src/main/res/layout/activebar_custom.xml +++ b/app/src/main/res/layout/activebar_custom.xml @@ -8,11 +8,11 @@ + android:layout_height="match_parent" + android:background="@drawable/shape_user_focus" + android:focusable="true" + android:src="@drawable/ic_outline_arrow_back_ios_48" /> + android:text="" + android:textSize="18dp" /> + android:text="" + android:textSize="18dp" /> + + + android:textSize="18dp" + android:visibility="gone" /> \ No newline at end of file diff --git a/app/src/main/res/layout/activity_collection.xml b/app/src/main/res/layout/activity_collection.xml index 28c74fb..ca08128 100644 --- a/app/src/main/res/layout/activity_collection.xml +++ b/app/src/main/res/layout/activity_collection.xml @@ -8,8 +8,6 @@ android:orientation="vertical" tools:context=".CollectionActivity"> - - + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_title.xml b/app/src/main/res/layout/item_title.xml deleted file mode 100644 index aa2d99d..0000000 --- a/app/src/main/res/layout/item_title.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/jellyfin_home.xml b/app/src/main/res/layout/jellyfin_home.xml index ff1209a..6039af0 100644 --- a/app/src/main/res/layout/jellyfin_home.xml +++ b/app/src/main/res/layout/jellyfin_home.xml @@ -8,8 +8,6 @@ android:padding="@dimen/padding_border" tools:context=".MainActivity"> - -