Anthony Restaino
9 years ago
4 changed files with 36 additions and 4 deletions
@ -1,9 +1,26 @@
@@ -1,9 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" |
||||
<LinearLayout |
||||
xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="30dp" |
||||
android:background="@color/black" |
||||
android:orientation="horizontal" |
||||
android:weightSum="1"> |
||||
|
||||
<android.support.v7.widget.RecyclerView |
||||
android:id="@+id/tabs_list" |
||||
android:layout_width="0dp" |
||||
android:layout_height="match_parent" |
||||
android:layout_weight="1" |
||||
android:overScrollMode="never" |
||||
android:scrollbars="none" |
||||
android:id="@+id/tabs_list" /> |
||||
android:fadingEdge="horizontal"/> |
||||
|
||||
<ImageView |
||||
android:id="@+id/new_tab_button" |
||||
android:layout_width="30dp" |
||||
android:layout_height="match_parent" |
||||
android:background="?actionBarItemBackground" |
||||
android:src="@drawable/ic_action_plus"/> |
||||
</LinearLayout> |
||||
|
||||
|
Loading…
Reference in new issue