Reorganizes the whole codebase.

This commit is contained in:
Vavassor 2017-05-04 18:55:34 -04:00
commit aa2394748c
70 changed files with 1012 additions and 138 deletions

View file

@ -54,7 +54,7 @@
android:paddingLeft="16dp"
android:paddingRight="16dp">
<com.keylesspalace.tusky.EditTextTyped
<com.keylesspalace.tusky.util.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.FlowLayout
<com.keylesspalace.tusky.util.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.FlowLayout>
</com.keylesspalace.tusky.util.FlowLayout>
<TextView
android:id="@+id/status_content"