Explicitly set a LinearLayout to "horizontal". This fixes a lint error
This commit is contained in:
parent
3fb3837528
commit
2224a98a13
Binary file not shown.
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 335 B |
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user