Improved comments and post appearance.

This commit is contained in:
Pierre
2018-03-12 18:58:15 +01:00
parent 4f86d95240
commit 5ab8575c40
3 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
<!-- The default size of an account image -->
<dimen name="account_image_default_width">64dp</dimen>
<dimen name="account_image_default_height">64dp</dimen>
<dimen name="account_image_small_width">32dp</dimen>
<dimen name="account_image_small_height">32dp</dimen>
<dimen name="account_image_xsmall_width">16dp</dimen>
<dimen name="account_image_xsmall_height">16dp</dimen>

View File

@@ -32,6 +32,8 @@
<style name="PostContener">
<item name="android:paddingTop">5dp</item>
<item name="android:paddingBottom">5dp</item>
<item name="android:paddingStart">5dp</item>
<item name="android:paddingEnd">5dp</item>
</style>
<!-- Post header -->
@@ -70,7 +72,7 @@
<item name="android:paddingTop">0dp</item>
<item name="android:paddingStart">5dp</item>
<item name="android:paddingEnd">5dp</item>
<item name="android:paddingBottom">0dp</item>
<item name="android:paddingBottom">2dp</item>
</style>
<!-- Comment user name -->