Some visual tweak fixes.

- Use correct color action bar in contact name edit activity.
- Fix compose text height to match send button height.
This commit is contained in:
Greyson Parrelli 2018-07-20 16:37:34 -07:00
parent c9bb3dd469
commit 6a090bd5f1
2 changed files with 5 additions and 4 deletions

View File

@ -11,8 +11,9 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:theme="@style/TextSecure.LightActionBar"
android:background="@color/signal_primary"
android:theme="?attr/actionBarStyle"
android:minHeight="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:elevation="4dp"/>
<ScrollView

View File

@ -76,8 +76,8 @@
android:layout_marginStart="6dp"
android:layout_marginRight="6dp"
android:layout_marginEnd="6dp"
android:layout_marginTop="9dp"
android:layout_marginBottom="9dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:layout_gravity="center_vertical"
android:layout_weight="1"
android:nextFocusForward="@+id/send_button"