187 lines
7.3 KiB
XML
187 lines
7.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.design.widget.CoordinatorLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/activity_compose"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<android.support.v7.widget.Toolbar
|
|
android:id="@+id/toolbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/actionBarSize"
|
|
android:layout_marginBottom="8dp"
|
|
android:background="@android:color/transparent" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/compose_content_warning_bar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:layout_marginBottom="8dp">
|
|
|
|
<EditText
|
|
android:id="@+id/field_content_warning"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@android:color/transparent"
|
|
android:ems="10"
|
|
android:maxLines="1"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="16dp"
|
|
android:hint="@string/hint_content_warning"
|
|
android:inputType="text|textCapSentences" />
|
|
|
|
<View
|
|
android:layout_marginTop="8dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:background="?android:attr/listDivider" />
|
|
|
|
</LinearLayout>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:paddingBottom="4dp"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="16dp">
|
|
|
|
<com.keylesspalace.tusky.view.EditTextTyped
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:id="@+id/compose_edit_field"
|
|
android:background="@android:color/transparent"
|
|
android:ems="10"
|
|
android:gravity="start|top"
|
|
android:hint="@string/hint_compose"
|
|
android:inputType="text|textMultiLine|textCapSentences"
|
|
android:dropDownWidth="wrap_content"
|
|
android:completionThreshold="2" />
|
|
|
|
<HorizontalScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/compose_media_preview_bar"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
|
|
<!--This is filled at runtime with ImageView's for each preview in the upload queue.-->
|
|
|
|
</LinearLayout>
|
|
|
|
</HorizontalScrollView>
|
|
|
|
<ProgressBar
|
|
android:id="@+id/postProgress"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
android:paddingBottom="8dp"
|
|
android:paddingStart="8dp"
|
|
android:paddingLeft="8dp"
|
|
android:paddingEnd="16dp"
|
|
android:paddingRight="16dp"
|
|
android:paddingTop="4dp">
|
|
|
|
<ImageButton
|
|
android:id="@+id/compose_photo_pick"
|
|
style="?attr/image_button_style"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:paddingStart="4dp"
|
|
android:paddingLeft="4dp"
|
|
android:paddingTop="4dp"
|
|
android:paddingEnd="4dp"
|
|
android:paddingRight="4dp"
|
|
android:paddingBottom="4dp"
|
|
app:srcCompat="@drawable/ic_attach_file_24dp"
|
|
android:contentDescription="@string/action_photo_pick" />
|
|
|
|
<ImageButton
|
|
android:id="@+id/action_toggle_visibility"
|
|
style="?attr/image_button_style"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:paddingStart="4dp"
|
|
android:paddingLeft="4dp"
|
|
android:paddingTop="4dp"
|
|
android:paddingEnd="4dp"
|
|
android:paddingRight="4dp"
|
|
android:paddingBottom="4dp"
|
|
app:srcCompat="@drawable/ic_public_24dp"
|
|
android:contentDescription="@string/action_compose_options" />
|
|
|
|
<ImageButton
|
|
android:id="@+id/compose_save_draft"
|
|
style="?attr/image_button_style"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:paddingStart="4dp"
|
|
android:paddingLeft="4dp"
|
|
android:paddingTop="4dp"
|
|
android:paddingEnd="4dp"
|
|
android:paddingRight="4dp"
|
|
android:paddingBottom="4dp"
|
|
app:srcCompat="@drawable/ic_save_24dp"
|
|
android:contentDescription="@string/action_save" />
|
|
|
|
<ImageButton
|
|
android:id="@+id/action_hide_media"
|
|
style="?attr/image_button_style"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:paddingStart="4dp"
|
|
android:paddingLeft="4dp"
|
|
android:paddingTop="4dp"
|
|
android:paddingEnd="4dp"
|
|
android:paddingRight="4dp"
|
|
android:paddingBottom="4dp"
|
|
app:srcCompat="@drawable/ic_hide_media_24dp"
|
|
android:contentDescription="@string/action_hide_media"
|
|
android:visibility="gone" />
|
|
|
|
<android.support.v4.widget.Space
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1" />
|
|
|
|
<TextView
|
|
android:id="@+id/characters_left"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="?android:textColorPrimary" />
|
|
|
|
<Button
|
|
android:id="@+id/floating_btn"
|
|
android:background="@drawable/compose_button_colors"
|
|
android:layout_width="80dp"
|
|
android:layout_height="35dp"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginLeft="10dp"
|
|
android:text="@string/action_send"
|
|
android:textColor="@android:color/white" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</android.support.design.widget.CoordinatorLayout> |