|
@ -41,16 +41,6 @@ |
|
|
android:focusableInTouchMode="true" |
|
|
android:focusableInTouchMode="true" |
|
|
android:orientation="vertical"> |
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginBottom="6dp" |
|
|
|
|
|
android:layout_marginTop="6dp" |
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
android:text="@string/upload_category_pre_text" |
|
|
|
|
|
android:textAlignment="center" |
|
|
|
|
|
android:textColor="@color/accent" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:id="@+id/upload_spinners" |
|
|
android:id="@+id/upload_spinners" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
@ -68,25 +58,6 @@ |
|
|
android:prompt="@string/upload_spinners_hint" /> |
|
|
android:prompt="@string/upload_spinners_hint" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginTop="6dp" |
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
android:text="@string/upload_title_description_pre_text" |
|
|
|
|
|
android:textAlignment="center" |
|
|
|
|
|
android:textColor="@color/accent" /> |
|
|
|
|
|
|
|
|
|
|
|
<android.support.v7.widget.AppCompatButton |
|
|
|
|
|
android:id="@+id/upload_title_description_builder" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginBottom="6dp" |
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
android:text="@string/upload_title_description_builder" |
|
|
|
|
|
android:textAlignment="center" |
|
|
|
|
|
android:textColor="@color/accent" /> |
|
|
|
|
|
|
|
|
|
|
|
<android.support.design.widget.TextInputLayout |
|
|
<android.support.design.widget.TextInputLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
@ -117,6 +88,16 @@ |
|
|
android:maxLines="3" /> |
|
|
android:maxLines="3" /> |
|
|
</android.support.design.widget.TextInputLayout> |
|
|
</android.support.design.widget.TextInputLayout> |
|
|
|
|
|
|
|
|
|
|
|
<android.support.v7.widget.AppCompatButton |
|
|
|
|
|
android:id="@+id/upload_title_description_builder" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginBottom="6dp" |
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
android:text="@string/upload_title_description_builder" |
|
|
|
|
|
android:textAlignment="center" |
|
|
|
|
|
android:textColor="@color/accent" /> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content"> |
|
|
android:layout_height="wrap_content"> |
|
@ -129,6 +110,7 @@ |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_gravity="end" |
|
|
android:layout_gravity="end" |
|
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
android:drawablePadding="5dp" |
|
|
android:drawablePadding="5dp" |
|
|
android:gravity="center_vertical" |
|
|
android:gravity="center_vertical" |
|
|
android:text="@string/upload_select_file" |
|
|
android:text="@string/upload_select_file" |
|
|