mirror of
https://gitlab.com/openlp/android.git
synced 2024-11-01 00:57:06 +00:00
for bits
This commit is contained in:
parent
a6374b399b
commit
6a3ae407f4
@ -163,5 +163,4 @@ public class OpenLP extends Activity
|
|||||||
return super.onOptionsItemSelected(item);
|
return super.onOptionsItemSelected(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,9 @@
|
|||||||
android:id="@android:id/text1"
|
android:id="@android:id/text1"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceMediumInverse"
|
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:background="?android:attr/activatedBackgroundIndicator"
|
android:background="#FFFFFF"
|
||||||
android:minHeight="?android:attr/listPreferredItemHeightSmall" />
|
android:textStyle="bold"
|
||||||
|
android:textColor="#000000"
|
||||||
|
android:minHeight="?android:attr/listPreferredItemHeightSmall"
|
||||||
|
android:textSize="14sp"/>
|
Loading…
Reference in New Issue
Block a user