[SuwLib] Set baseline align to false

Test: (Manual) Lint stops complaining. Visually looks the same.
Bug: 33106412
Change-Id: I0dfd39338b32ef00ab64818f75bf242e183fba74
This commit is contained in:
Maurice Lam 2016-11-30 14:59:04 -08:00
parent 63cdc5ccb7
commit 387acfe803
3 changed files with 6 additions and 7 deletions

View file

@ -20,9 +20,8 @@
style="@style/SuwItemContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
tools:ignore="DisableBaselineAlignment">
<!-- TODO: Investigate if baseline alignment can be disabled -->
android:baselineAligned="false"
android:orientation="horizontal">
<FrameLayout
android:id="@+id/suw_items_icon_container"

View file

@ -20,10 +20,10 @@
style="?attr/suwItemDescriptionStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:baselineAligned="false"
android:orientation="horizontal"
tools:ignore="DisableBaselineAlignment,UnusedResources">
tools:ignore="UnusedResources">
<!-- Ignore UnusedResources: can be used by clients -->
<!-- TODO: Investigate if baseline alignment can be disabled -->
<FrameLayout
android:id="@+id/suw_items_icon_container"

View file

@ -20,10 +20,10 @@
style="@style/SuwItemContainer.Verbose"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:baselineAligned="false"
android:orientation="horizontal"
tools:ignore="DisableBaselineAlignment,UnusedResources">
tools:ignore="UnusedResources">
<!-- Ignore UnusedResources: can be used by clients -->
<!-- TODO: Investigate if baseline alignment can be disabled -->
<FrameLayout
android:id="@+id/suw_items_icon_container"