Gradle update / Block inventory improved / Crash fixes
This commit is contained in:
@@ -5,28 +5,7 @@
|
||||
android:layout_height="fill_parent"
|
||||
android:orientation="vertical"
|
||||
android:padding="10dp" >
|
||||
|
||||
<TextView
|
||||
android:id="@+id/gdxDialogsEnterTitle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
|
||||
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/gdxDialogsEnterMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
|
||||
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<EditText
|
||||
android:id="@+id/gdxDialogsEditTextInput"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user