Permalink
Please sign in to comment.
Showing
with
0 additions
and 30 deletions.
30
bottom-bar/src/main/res/layout/bb_bottom_bar_item_container_shy.xml
@@ -1,30 +0,0 @@ | ||
-<?xml version="1.0" encoding="utf-8"?> | ||
-<FrameLayout | ||
- xmlns:android="http://schemas.android.com/apk/res/android" | ||
- android:id="@+id/bb_bottom_bar_outer_container" | ||
- android:layout_width="match_parent" | ||
- android:layout_height="wrap_content" | ||
- android:layout_gravity="bottom"> | ||
- | ||
- <FrameLayout | ||
- android:id="@+id/bb_bottom_bar_background_view" | ||
- android:layout_width="match_parent" | ||
- android:layout_height="match_parent" | ||
- android:background="#FFFFFF" /> | ||
- | ||
- <FrameLayout | ||
- android:id="@+id/bb_bottom_bar_background_overlay" | ||
- android:layout_width="match_parent" | ||
- android:layout_height="match_parent" | ||
- android:src="@drawable/bb_bottom_bar_top_shadow" | ||
- android:visibility="invisible" /> | ||
- | ||
- <LinearLayout | ||
- android:id="@+id/bb_bottom_bar_item_container" | ||
- android:layout_width="match_parent" | ||
- android:layout_height="wrap_content" | ||
- android:background="#00000000" | ||
- android:gravity="center_horizontal" | ||
- android:orientation="horizontal" /> | ||
- | ||
-</FrameLayout> |
0 comments on commit
61e6a51