mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-10-17 02:34:43 +00:00
Display posts creation date
This commit is contained in:
@@ -17,4 +17,7 @@
|
||||
|
||||
<!-- Conversations footer -->
|
||||
<color name="conversation_footer_bg">#8c9eff</color>
|
||||
|
||||
<!-- Specify to users name -->
|
||||
<color name="user_name_link">#23527c</color>
|
||||
</resources>
|
||||
|
@@ -35,6 +35,13 @@
|
||||
|
||||
<!-- Post owner name -->
|
||||
<style name="PostOwnerName">
|
||||
<item name="android:paddingStart">10dp</item>
|
||||
<item name="android:paddingLeft">5dp</item>
|
||||
<item name="android:textColor">@color/user_name_link</item>
|
||||
<item name="android:textStyle">bold</item>
|
||||
</style>
|
||||
|
||||
<!-- Post date -->
|
||||
<style name="PostDate">
|
||||
<item name="android:paddingLeft">10dp</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user