Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(964)

Unified Diff: chrome/android/java/res/layout/physical_web_list_urls_activity.xml

Issue 2622743002: Remove bottom bar from Physical Web Activity (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/physicalweb/ListUrlsActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/physical_web_list_urls_activity.xml
diff --git a/chrome/android/java/res/layout/physical_web_list_urls_activity.xml b/chrome/android/java/res/layout/physical_web_list_urls_activity.xml
index da826b2f599fc9e5397874d4aaad0d2bc49648c7..74cb50094f6a00c8d3c9783e48b55901f37415d1 100644
--- a/chrome/android/java/res/layout/physical_web_list_urls_activity.xml
+++ b/chrome/android/java/res/layout/physical_web_list_urls_activity.xml
@@ -45,59 +45,6 @@
</RelativeLayout>
- <LinearLayout
- android:id="@+id/physical_web_bottom_bar"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:layout_gravity="bottom|center_horizontal"
- android:orientation="vertical"
- android:visibility="gone" >
-
- <org.chromium.chrome.browser.widget.FadingShadowView
- android:id="@+id/physical_web_bottom_bar_shadow"
- android:layout_height="@dimen/infobar_shadow_height"
- android:layout_width="match_parent" />
-
- <LinearLayout
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:orientation="horizontal"
- android:gravity="top"
- android:background="#fff" >
-
- <ImageView
- android:layout_height="@dimen/infobar_big_icon_size"
- android:layout_width="@dimen/infobar_big_icon_size"
- android:layout_weight="0"
- android:layout_marginTop="@dimen/infobar_padding"
- android:layout_marginBottom="@dimen/infobar_padding"
- android:layout_marginStart="@dimen/infobar_padding"
- android:layout_marginEnd="@dimen/infobar_big_icon_margin"
- android:src="@drawable/physical_web_notification_large"
- android:contentDescription="@null" />
-
- <TextView
- android:layout_height="wrap_content"
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_marginTop="@dimen/infobar_padding"
- android:text="@string/physical_web_bottom_bar"
- android:textSize="@dimen/infobar_text_size" />
-
- <ImageButton
- android:id="@+id/physical_web_bottom_bar_close"
- android:layout_height="wrap_content"
- android:layout_width="wrap_content"
- android:layout_weight="0"
- android:padding="@dimen/infobar_padding"
- android:src="@drawable/btn_close"
- android:background="?attr/selectableItemBackground"
- android:contentDescription="@string/close" />
-
- </LinearLayout>
-
- </LinearLayout>
-
</FrameLayout>
</org.chromium.chrome.browser.physicalweb.SwipeRefreshWidget>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/physicalweb/ListUrlsActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698