mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-03 09:49:15 +01:00
"Start Messaging" button: Use variable height and same padding for all sides to accomodate multiline strings. Useful for localization.
Fixes #191
This commit is contained in:
parent
9aeb8be893
commit
63e5b02971
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
android:id="@+id/intro_view_pager"/>
|
||||
|
||||
<TextView android:layout_width="192dp"
|
||||
android:layout_height="44dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="336dp"
|
||||
android:background="@drawable/regbtn_states"
|
||||
android:text="@string/StartMessaging"
|
||||
|
@ -45,7 +45,7 @@
|
|||
android:textColor="#ffffff"
|
||||
android:gravity="center"
|
||||
android:id="@+id/start_messaging_button"
|
||||
android:paddingBottom="2dp"/>
|
||||
android:padding="6dp"/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue