Adds missing content descriptions and fixes a bit of the follow button hiding code.
This commit is contained in:
parent
bc8c2427fb
commit
2e45a0bbff
7 changed files with 84 additions and 51 deletions
|
@ -5,7 +5,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:id="@+id/status_container">
|
||||
android:id="@+id/status_container"
|
||||
android:contentDescription="@string/action_view_thread">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -43,7 +44,7 @@
|
|||
android:layout_below="@+id/status_reblogged_bar"
|
||||
android:layout_marginTop="11dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:contentDescription="@null" />
|
||||
android:contentDescription="@string/action_view_profile" />
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_height="wrap_content"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue