aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values-w384dp/dimens.xml
blob: c10831078802d766e8a9764285f6a76f8ae6bcae (plain)
1
2
3
4
5
6
7
8
<resources>
    <!-- 384dp is the screen width of the Nexus 4. Something like a Moto G is smaller but a Nexus 5X is larger -->
    <!-- https://material.io/devices/ -->
    <dimen name="audio_player_width">288dp</dimen>
    <dimen name="avatar_on_details_screen_size">72dp</dimen>
    <dimen name="media_size">64dp</dimen> <!-- ideally not larger than avatar_on_details_screen -->
    <dimen name="sd_label_max_width">288dp</dimen>
</resources>