(view) create package view

This commit is contained in:
torrentcome 2017-05-15 12:07:01 +02:00
commit 0a6a2e44c2
12 changed files with 16 additions and 13 deletions

View file

@ -54,7 +54,7 @@
android:paddingLeft="16dp"
android:paddingRight="16dp">
<com.keylesspalace.tusky.util.EditTextTyped
<com.keylesspalace.tusky.view.EditTextTyped
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/compose_edit_field"

View file

@ -95,7 +95,7 @@
</RelativeLayout>
<com.keylesspalace.tusky.util.FlowLayout
<com.keylesspalace.tusky.view.FlowLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/status_content_warning_bar"
@ -127,7 +127,7 @@
android:textAllCaps="true"
android:background="?attr/content_warning_button" />
</com.keylesspalace.tusky.util.FlowLayout>
</com.keylesspalace.tusky.view.FlowLayout>
<TextView
android:id="@+id/status_content"