mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
5a22c7e79f
Log2EmailActivity in LogHistoryActivity
19 lines
No EOL
709 B
XML
19 lines
No EOL
709 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="horizontal" >
|
|
|
|
<TextView android:id="@+id/log_item_single"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:gravity="center_vertical"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:textStyle="bold"
|
|
android:textSize="22dp"
|
|
android:textColor="#000000"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginBottom="5dp" />
|
|
|
|
</LinearLayout> |