Skip to content
Browse files

Deleted unused layout.

  • Loading branch information...
1 parent 578fb84 commit 61e6a51d2532441d47c24b6e4d352b99ca88551c @roughike committed
Showing with 0 additions and 30 deletions.
  1. +0 −30 bottom-bar/src/main/res/layout/bb_bottom_bar_item_container_shy.xml
View
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

Please sign in to comment.
Something went wrong with that request. Please try again.