mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-19 20:21:45 -05:00
Remove obsolete layout attributes
Fixes more Lint warnings
This commit is contained in:
parent
c597d63ae6
commit
d6a9b4e4d4
@ -31,7 +31,6 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:minWidth="@dimen/button_minWidth"
|
android:minWidth="@dimen/button_minWidth"
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
android:layout_centerInParent="true"
|
|
||||||
android:padding="10dip"
|
android:padding="10dip"
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
|
@ -60,8 +60,7 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginLeft="2dip"
|
android:layout_marginLeft="2dip"
|
||||||
android:layout_marginRight="4dip"
|
android:layout_marginRight="4dip"
|
||||||
android:background="?attr/compatDividerVertical"
|
android:background="?attr/compatDividerVertical" />
|
||||||
android:layout_alignParentTop="true"/>
|
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/folders"
|
android:id="@+id/folders"
|
||||||
|
@ -23,8 +23,7 @@
|
|||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:visibility="visible"
|
android:visibility="visible"
|
||||||
android:textColor="?android:attr/textColorPrimary"
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
android:baselineAligned="false"
|
android:baselineAligned="false">
|
||||||
android:layout_centerVertical="true">
|
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/selected_checkbox"
|
android:id="@+id/selected_checkbox"
|
||||||
|
@ -79,7 +79,6 @@
|
|||||||
<ImageView
|
<ImageView
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:src="@drawable/ic_email_attachment"
|
android:src="@drawable/ic_email_attachment" />
|
||||||
android:layout_alignParentLeft="true" />
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</com.fsck.k9.view.AttachmentView>
|
</com.fsck.k9.view.AttachmentView>
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentLeft="true"
|
|
||||||
android:paddingLeft="6dip"
|
android:paddingLeft="6dip"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
@ -20,7 +19,6 @@
|
|||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentLeft="true"
|
|
||||||
android:paddingLeft="12dip"
|
android:paddingLeft="12dip"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user