mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
fix: logo getting cropped in landscape mode of login page (#6106)
* Fixed logo getting cropped in landscape mode of login page * Indentation added at line 12 * New Dimension created in dimens.xml which is used in land\activity_login.xml
This commit is contained in:
parent
b2159ed87f
commit
fdbe504ca9
4 changed files with 10 additions and 5 deletions
|
|
@ -20,6 +20,7 @@
|
|||
<dimen name="gigantic_gap">64dp</dimen>
|
||||
<dimen name="standard_gap">16dp</dimen>
|
||||
<dimen name="small_gap">8dp</dimen>
|
||||
<dimen name="login_gap">20dp</dimen>
|
||||
<dimen name="small_height">7dp</dimen>
|
||||
<dimen name="tiny_gap">4dp</dimen>
|
||||
<dimen name="very_tiny_gap">2dp</dimen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue