Explicitly set a LinearLayout to "horizontal". This fixes a lint error

This commit is contained in:
Xiao Bao Clark 2015-08-09 11:33:40 +10:00
parent 3fb3837528
commit 2224a98a13
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 B

After

Width:  |  Height:  |  Size: 335 B

View File

@ -38,6 +38,7 @@ THE SOFTWARE.
android:layout_gravity="bottom|left">
<LinearLayout
android:id="@+id/limiter_layout"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="fill_parent" />
</HorizontalScrollView>