Skip to content

Commit

Permalink
fixed manifest reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfelt committed Sep 20, 2012
1 parent 6378392 commit e4c6f36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions activities/TVLeftNavBarActivity/root/AndroidManifest.xml.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
android:label="@string/title_${activityToLayout(activityClass)}"
</#if>
android:theme="@android:style/Theme.Holo.NoActionBar"
<#if buildApi gte 16 && parentActivityClass != "">android:parentActivityName="${parentActivityClass}"</#if>>
<#if parentActivityClass != "">
<meta-data android:name="android.support.PARENT_ACTIVITY"
android:value="${parentActivityClass}" />
</#if>
<#if isLauncher>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit e4c6f36

Please sign in to comment.