mirror of
https://gitlab.com/openlp/android.git
synced 2024-10-31 16:54:41 +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);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -14,7 +14,9 @@
|
||||
android:id="@android:id/text1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMediumInverse"
|
||||
android:gravity="center_vertical"
|
||||
android:background="?android:attr/activatedBackgroundIndicator"
|
||||
android:minHeight="?android:attr/listPreferredItemHeightSmall" />
|
||||
android:background="#FFFFFF"
|
||||
android:textStyle="bold"
|
||||
android:textColor="#000000"
|
||||
android:minHeight="?android:attr/listPreferredItemHeightSmall"
|
||||
android:textSize="14sp"/>
|
Loading…
Reference in New Issue
Block a user