more formating
This commit is contained in:
parent
12b62adeca
commit
c9a342fc6e
|
@ -5,8 +5,6 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@color/secondarybackground" >
|
android:background="@color/secondarybackground" >
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ListView
|
<ListView
|
||||||
android:id="@+id/messages_view"
|
android:id="@+id/messages_view"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
|
@ -39,6 +37,7 @@
|
||||||
android:layout_toLeftOf="@+id/textSendButton"
|
android:layout_toLeftOf="@+id/textSendButton"
|
||||||
android:background="@color/primarybackground"
|
android:background="@color/primarybackground"
|
||||||
android:ems="10"
|
android:ems="10"
|
||||||
|
android:imeOptions="flagNoExtractUi"
|
||||||
android:inputType="textShortMessage|textMultiLine|textCapSentences"
|
android:inputType="textShortMessage|textMultiLine|textCapSentences"
|
||||||
android:minHeight="48dp"
|
android:minHeight="48dp"
|
||||||
android:minLines="1"
|
android:minLines="1"
|
||||||
|
@ -46,8 +45,8 @@
|
||||||
android:paddingLeft="8dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingRight="8dp"
|
android:paddingRight="8dp"
|
||||||
android:paddingTop="12dp"
|
android:paddingTop="12dp"
|
||||||
android:textColor="@color/primarytext"
|
android:textColor="@color/primarytext" >
|
||||||
android:imeOptions="flagNoExtractUi">
|
|
||||||
<requestFocus />
|
<requestFocus />
|
||||||
</eu.siacs.conversations.ui.EditMessage>
|
</eu.siacs.conversations.ui.EditMessage>
|
||||||
|
|
||||||
|
@ -66,11 +65,11 @@
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_above="@+id/textsend"
|
android:layout_above="@+id/textsend"
|
||||||
android:background="@drawable/snackbar"
|
android:layout_marginBottom="4dp"
|
||||||
android:minHeight="48dp"
|
|
||||||
android:layout_marginLeft="8dp"
|
android:layout_marginLeft="8dp"
|
||||||
android:layout_marginRight="8dp"
|
android:layout_marginRight="8dp"
|
||||||
android:layout_marginBottom="4dp"
|
android:background="@drawable/snackbar"
|
||||||
|
android:minHeight="48dp"
|
||||||
android:visibility="gone" >
|
android:visibility="gone" >
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -79,10 +78,10 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
|
android:layout_toLeftOf="@+id/snackbar_action"
|
||||||
android:paddingLeft="24dp"
|
android:paddingLeft="24dp"
|
||||||
android:textColor="@color/ondarktext"
|
android:textColor="@color/ondarktext"
|
||||||
android:textSize="?attr/TextSizeBody"
|
android:textSize="?attr/TextSizeBody" />
|
||||||
android:layout_toLeftOf="@+id/snackbar_action"/>
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/snackbar_action"
|
android:id="@+id/snackbar_action"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<color name="primary" type="color">#ff259b24</color>
|
<color name="primary" type="color">#ff259b24</color>
|
||||||
<color name="primarydark" type="color">#ff0a7e07</color>
|
<color name="primarydark" type="color">#ff0a7e07</color>
|
||||||
<color name="primarytext" type="color">#de000000</color>
|
<color name="primarytext" type="color">#de000000</color>
|
||||||
|
@ -12,4 +13,5 @@
|
||||||
<color name="red">#ffe51c23</color>
|
<color name="red">#ffe51c23</color>
|
||||||
<color name="orange">#ffff9800</color>
|
<color name="orange">#ffff9800</color>
|
||||||
<color name="green">#ff259b24</color>
|
<color name="green">#ff259b24</color>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
|
@ -256,4 +256,5 @@
|
||||||
<string name="pref_use_larger_font_summary">Use larger font sizes across the entire app</string>
|
<string name="pref_use_larger_font_summary">Use larger font sizes across the entire app</string>
|
||||||
<string name="pref_use_send_button_to_indicate_status">Send button indicates status</string>
|
<string name="pref_use_send_button_to_indicate_status">Send button indicates status</string>
|
||||||
<string name="pref_use_send_button_to_indicate_status_summary">Colorize send button to indicate a contacs status</string>
|
<string name="pref_use_send_button_to_indicate_status_summary">Colorize send button to indicate a contacs status</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
|
@ -62,18 +62,17 @@
|
||||||
android:summary="@string/pref_notification_grace_period_summary"
|
android:summary="@string/pref_notification_grace_period_summary"
|
||||||
android:title="@string/pref_notification_grace_period" />
|
android:title="@string/pref_notification_grace_period" />
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
<PreferenceCategory
|
<PreferenceCategory android:title="@string/pref_ui_options" >
|
||||||
android:title="@string/pref_ui_options">
|
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="use_larger_font"
|
android:key="use_larger_font"
|
||||||
android:title="@string/pref_use_larger_font"
|
android:summary="@string/pref_use_larger_font_summary"
|
||||||
android:summary="@string/pref_use_larger_font_summary"/>
|
android:title="@string/pref_use_larger_font" />
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:key="send_button_status"
|
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:title="@string/pref_use_send_button_to_indicate_status"
|
android:key="send_button_status"
|
||||||
android:summary="@string/pref_use_send_button_to_indicate_status_summary"/>
|
android:summary="@string/pref_use_send_button_to_indicate_status_summary"
|
||||||
|
android:title="@string/pref_use_send_button_to_indicate_status" />
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
<PreferenceCategory android:title="@string/pref_advanced_options" >
|
<PreferenceCategory android:title="@string/pref_advanced_options" >
|
||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
|
|
Loading…
Reference in New Issue