Remove commits tab, moved under branch. Commits are under branches now.

Fixes search ui along the way
This commit is contained in:
M M Arif
2020-03-28 17:44:45 +05:00
parent 21aae88e62
commit 6842ba1410
36 changed files with 273 additions and 158 deletions

View File

@ -7,8 +7,10 @@
android:background="?attr/primaryBackgroundColor">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
android:layout_height="wrap_content"
android:theme="@style/Widget.AppCompat.SearchView">
<androidx.appcompat.widget.Toolbar
xmlns:tools="http://schemas.android.com/tools"