~trb143/openlp/a2

« back to all changes in this revision

Viewing changes to OpenLP/AndroidManifest.xml

  • Committer: Tim Bentley
  • Date: 2014-05-28 20:43:09 UTC
  • Revision ID: tim.bentley@gmail.com-20140528204309-nu10w58rfw0z2zh4
Backgrounds

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                android:label="@string/action_preferences"/>
44
44
        <activity
45
45
                android:name=".preference.Connections"
46
 
                android:label="@string/action_connections"/>
 
46
                android:label="@string/action_connections" android:theme="@style/background"/>
47
47
    </application>
48
48
 
49
49
</manifest>