Verified Commit 7adc43c5 authored by Bernd Paysan's avatar Bernd Paysan
Browse files

Rename icon

parent 9d023136
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ cat <<EOF
        <!-- Our activity is a homebrewn variant of the NativeAcitivity.
             This will take care of integrating with our NDK code. -->
        <activity android:name="${APP_PACKAGE}.Gforth_n2o"
                android:icon="@drawable/net2o-green"
                android:icon="@drawable/net2o_green"
                android:label="@string/net2o_app_name"
                android:windowAnimationStyle="@android:style/Animation.Activity"
		android:windowSoftInputMode="stateHidden|adjustResize"