Kirizhik

Untitled

Jun 30th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:layoutDirection="locale"
  6. android:orientation="vertical">
  7. <TextView
  8. android:id="@+id/title"
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:layout_gravity="center_horizontal"
  12. android:textColor="#ff000000"
  13. android:textStyle="bold" />
  14.  
  15. <TextView
  16. android:id="@+id/snippet"
  17. android:layout_width="wrap_content"
  18. android:layout_height="wrap_content"
  19. android:textColor="#ff7f7f7f" />
  20. </LinearLayout>
Add Comment
Please, Sign In to add comment