mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-10 06:44:17 +00:00
update icons
This commit is contained in:
parent
c7f8de64e0
commit
2930752e8e
4 changed files with 36 additions and 13 deletions
BIN
amazon_icons/toolbar_icon.png
Normal file
BIN
amazon_icons/toolbar_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
43
logo.svg
43
logo.svg
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 134 KiB |
|
@ -8,13 +8,13 @@
|
|||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/icon_notext"
|
||||
android:icon="@drawable/icon_notext_48x48"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:name=".ChaosflixApplication"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity android:name=".touch.activities.BrowseActivity"
|
||||
android:icon="@drawable/icon_notext"
|
||||
android:icon="@drawable/icon_notext_48x48"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
|
|
@ -114,7 +114,7 @@ public class ConferencesTabBrowseFragment extends ChaosflixFragment {
|
|||
|
||||
mToolbar = (Toolbar) view.findViewById(R.id.toolbar);
|
||||
((AppCompatActivity)mContext).setSupportActionBar(mToolbar);
|
||||
// mToolbar.setLogo(R.drawable.icon_notext);
|
||||
// mToolbar.setLogo(R.drawable.toolbar_icon);
|
||||
|
||||
return view;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue