Removed useless view attributes
This commit is contained in:
@ -10,8 +10,6 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
tools:ignore="UselessParent" >
|
||||
|
||||
<TextView
|
||||
@ -21,8 +19,6 @@
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_marginStart="5dp"
|
||||
android:textSize="12sp"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:text="" >
|
||||
</TextView>
|
||||
|
||||
@ -35,8 +31,6 @@
|
||||
android:layout_marginBottom="5dp"
|
||||
android:textSize="16sp"
|
||||
android:textIsSelectable="true"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:text="" >
|
||||
</TextView>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user