Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/layout/abb_start_pane.xml

Issue 29572644: Noissue - Lint adjustments
Patch Set: Removing shared prefs editor commit() to apply() change Created Oct. 12, 2017, 9:14 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mobile/android/base/resources/xml/preferences_abb_abp.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/base/resources/layout/abb_start_pane.xml
===================================================================
--- a/mobile/android/base/resources/layout/abb_start_pane.xml
+++ b/mobile/android/base/resources/layout/abb_start_pane.xml
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="#ffffff"
android:padding="10dp" >
<!-- Main content view, filled dynamically -->
<LinearLayout android:id="@+id/abb_main_content"
android:layout_width="match_parent"
@@ -17,16 +18,15 @@
android:background="#ffffff" >
</LinearLayout>
<!-- Confirmation button -->
<Button android:id="@+id/abb_frp_button"
android:tag="ttf_opensans_semibold"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
- android:text="filler"
android:background="@drawable/abb_start_pane_button"
android:drawableRight="@drawable/abb_right_arrow"
android:textColor="#f8f8f8"
android:textSize="24sp"
- android:layout_centerInParent="true" />
+ tools:text="filler" />
</LinearLayout>
« no previous file with comments | « no previous file | mobile/android/base/resources/xml/preferences_abb_abp.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld