mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-19 16:59:49 +00:00

This is the GPLv3-licensed release! The content of this commit is identical to the non-public commit ce1f738dec8c75824f6f1279681fffccedf42d90.
9 lines
343 B
XML
9 lines
343 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="2dp"
|
|
android:gravity="center_horizontal"
|
|
android:singleLine="true"
|
|
android:text=""
|
|
android:textColor="#888" />
|