Lint issues fixed

This commit is contained in:
serso
2015-02-18 22:59:17 +01:00
parent f8cf95c431
commit 9fc1ee214c
5 changed files with 43 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout style="@style/CppMain.Widget"
<LinearLayout
style="@style/CppMain.Widget"
xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="match_parent"
a:layout_height="match_parent"
@@ -10,24 +11,25 @@
layout="@layout/widget_editor"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="2" />
a:layout_weight="2"/>
<LinearLayout
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="1">
a:layout_weight="1"
a:baselineAligned="false">
<include
layout="@layout/cpp_simple_button_equals"
a:layout_width="0dp"
a:layout_height="match_parent"
a:layout_weight="1" />
a:layout_weight="1"/>
<include
layout="@layout/widget_display"
a:layout_width="0dp"
a:layout_height="match_parent"
a:layout_weight="5" />
a:layout_weight="5"/>
</LinearLayout>
@@ -35,6 +37,6 @@
layout="@layout/cpp_simple_keyboard_lockscreen"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="4" />
a:layout_weight="4"/>
</LinearLayout>