Como alterar a cor do ícone de hambúrguer na gaveta de navegação do Material Design


88

Estou seguindo este exemplo

http://www.androidhive.info/2015/04/android-getting-started-with-material-design/

e neste exemplo está mostrando o ícone de hambúrguer branco, eu quero personalizá-lo e torná-lo preto, mas não consigo encontrar nada sobre como alterá-lo. Alguém pode dizer como personalizá-lo?

Manifesto

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="info.androidhive.materialdesign" >


    <uses-permission android:name="android.permission.INTERNET"></uses-permission>

    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"></uses-permission>
    <application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/MyMaterialTheme" >
        <activity
            android:name=".activity.MainActivity"
            android:label="@string/app_name" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>

</manifest>

estilo

<resources>

    <style name="MyMaterialTheme" parent="MyMaterialTheme.Base">

    </style>

    <style name="MyMaterialTheme.Base" parent="Theme.AppCompat.Light.DarkActionBar">
        <item name="windowNoTitle">true</item>
        <item name="windowActionBar">false</item>
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>
        <item name="homeAsUpIndicator">@drawable/hamburger</item>
    </style>

</resources>

Atividade principal

public class MainActivity extends AppCompatActivity implements FragmentDrawer.FragmentDrawerListener {

    private static String TAG = MainActivity.class.getSimpleName();

    private Toolbar mToolbar;
    private FragmentDrawer drawerFragment;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
       mToolbar = (Toolbar) findViewById(R.id.toolbar);

        setSupportActionBar(mToolbar);
        getSupportActionBar().setDisplayShowHomeEnabled(true);

        drawerFragment = (FragmentDrawer)
                getSupportFragmentManager().findFragmentById(R.id.fragment_navigation_drawer);
        drawerFragment.setUp(R.id.fragment_navigation_drawer, (DrawerLayout) findViewById(R.id.drawer_layout), mToolbar);
        drawerFragment.setDrawerListener(this);

        // display the first navigation drawer view on app launch
        displayView(0);
    }


    @Override
    public boolean onCreateOptionsMenu(Menu menu) {
        // Inflate the menu; this adds items to the action bar if it is present.
        getMenuInflater().inflate(R.menu.menu_main, menu);
        return true;
    }

    @Override
    public boolean onOptionsItemSelected(MenuItem item) {
        // Handle action bar item clicks here. The action bar will
        // automatically handle clicks on the Home/Up button, so long
        // as you specify a parent activity in AndroidManifest.xml.
        int id = item.getItemId();

        //noinspection SimplifiableIfStatement
        if (id == R.id.action_settings) {
            return true;
        }

        if(id == R.id.action_search){
            Toast.makeText(getApplicationContext(), "Search action is selected!", Toast.LENGTH_SHORT).show();
            return true;
        }

        return super.onOptionsItemSelected(item);
    }

    @Override
    public void onDrawerItemSelected(View view, int position) {
        displayView(position);
    }

    private void displayView(int position) {
        Fragment fragment = null;
        String title = getString(R.string.app_name);
        switch (position) {
            case 0:
                fragment = new HomeFragment();
                title = getString(R.string.title_home);
                break;
            case 1:
                fragment = new FriendsFragment();
                title = getString(R.string.title_friends);
                break;
            case 2:
                fragment = new MessagesFragment();
                title = getString(R.string.title_messages);
                break;
            case 3:
                fragment = new ContactUsFragment();
                title = getString(R.string.title_contactus);
                break;
            case 4:
                fragment = new AboutUsFragment();
                title = getString(R.string.title_aboutus);
                break;
            default:
                break;
        }

        if (fragment != null) {
            FragmentManager fragmentManager = getSupportFragmentManager();
            FragmentTransaction fragmentTransaction = fragmentManager.beginTransaction();
            fragmentTransaction.replace(R.id.container_body, fragment);
            fragmentTransaction.commit();

            // set the toolbar title
            getSupportActionBar().setTitle(title);
        }
    }

basta usar a seguinte linha <item name = "homeAsUpIndicator"> @ drawable / icon_top_menu </item> no tema style.xml. ,, substituir icon_top_menu por drawable personalizado
Reprator

eu adicionei este <item name = "homeAsUpIndicator"> @ drawable / icon_top_menu </item> .. agora você pode dizer o que fazer ..
Aditya

adicione outra imagem em seu drawable com o ícone do menu de hambúrguer da cor desejada e substitua o icon_top_menu pelo que está acima
Nitesh

icon_top_menu deve ser a imagem certa?
Aditya

adicionei uma imagem <item name = "homeAsUpIndicator"> @ drawable / hamburger </item>, ainda mostrando a imagem em branco
Aditya

Respostas:


230

Para mudar a cor do ícone de hambúrguer, você deve abrir a classe "style.xml" e tentar este código:

<style name="MyMaterialTheme" parent="MyMaterialTheme.Base">

</style>

<style name="MyMaterialTheme.Base" parent="Theme.AppCompat.Light.DarkActionBar">
    <item name="windowNoTitle">true</item>
    <item name="windowActionBar">false</item>
    <item name="colorPrimary">@color/colorPrimary</item>
    <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
    <item name="colorAccent">@color/colorAccent</item>
    <item name="drawerArrowStyle">@style/DrawerArrowStyle</item>
</style>

<style name="DrawerArrowStyle" parent="@style/Widget.AppCompat.DrawerArrowToggle">
    <item name="spinBars">true</item>
    <item name="color">@android:color/black</item>
</style>

Portanto, verifique a <item name="color">@android:color/black</item>linha. Basta alterar a cor desejada aqui.


de qualquer forma, você pode verificar este github.com/codepath/android_guides/wiki/… link. Tem bom tutorial.
Anand Singh

então escreva o código acima em sua MainActivity, ele funcionará.
Anand Singh

mas não está permitindo o download
Aditya


Boa resposta. Você saberia mudar a cor do ícone das atividades selecionadas?
AndroidDevBro

63

faça isso programaticamente, adicione esta linha

actionBarDrawerToggle.getDrawerArrowDrawable().setColor(getResources().getColor(R.color.white));

mas como obtemos uma referência para actionBarDrawerToggle? (a execução de seu código sugerido retornará nulo porque não fazemos referência a actionBarDrawerToggle)
Daron

1
Não procure mais, Sai Gopi N respondeu à pergunta corretamente. Para responder Daron, você tem que fazer uma instância em sua atividade principal. ActionBarDrawerToggle actionBarDrawerToggle = novo ActionBarDrawerToggle (this, drawerLayout, barra de ferramentas, R.string.drawer_open, R.string.drawer_close);
KeepAtIt

15

1. Em Color.xml.<color name="hamburgerBlack">#000000</color>

2. Em style.xml.

<style name="DrawerIcon" parent="Widget.AppCompat.DrawerArrowToggle">
        <item name="color">@color/hamburgerBlack</item>
    </style>

3. Em seguida, sua classe de tema principal (nome do arquivo style.xml). Eu tenho “AppTheme”.

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
         <item name="drawerArrowStyle">@style/DrawerIcon</item>
    </style>

13

Substituir colorControlNormal também funciona.

<item name="colorControlNormal">@android:color/holo_red_dark</item>

8

Para isso, você pode proceder da seguinte forma:

protected ActionBarDrawerToggle drawerToggle;

drawerToggle.getDrawerArrowDrawable().setColor(getResources().getColor(R.color.black));

@Gratien Asimbahwe esse código que você postou travará porque não há referência a drawerToggle .... como obtemos uma referência?
Daron

8

yourProject / res / values ​​/ styles.xml

no styles.xml, adicione:

<style name="BaseTheme" parent="Theme.AppCompat.Light.NoActionBar">
  <item name="colorControlNormal">@color/white</item> 
</style>

apenas para API 20 e superior
Paixols

2
<android.support.design.widget.AppBarLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@color/colorTransparent"

remova temas também

    android:theme="@style/AppThemeNoActionBar.AppBarOverlay">

    <android.support.v7.widget.Toolbar
        android:id="@+id/toolbar"
        android:layout_width="match_parent"
        android:layout_height="?attr/actionBarSize"
      ***

Tire isto

*** app: popupTheme = "@ style / AppThemeNoActionBar.PopupOverlay">

</android.support.design.widget.AppBarLayout>

finalmente adicione isso

 <style name="AppThemeNoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>

Para o seu heme principal

        <item name="colorControlNormal">@color/colorRedTitle</item>

    </style>

1

Isso funciona bem quando você define app: theme = "@ style / MyMaterialTheme"


Ou se você corresponder o nome do tema do manifesto do Android ao nome do estilo em seu styles.xml
Nic Parmee

0

Depois de uma luta de 2 horas, esse post me ajudou. No exemplo de material do Androidhive, mude a cor primária para outra para obter uma nova cor da barra de ação. o código abaixo é para obter a marca de seta na barra de ação e fazer texto personalizado. Finalmente entendi que, o ícone de seta estará nos arquivos de recursos appcompat, mas o ícone de hambúrguer não está presente nos recursos. se estiver presente, podemos alterá-lo em tempo de execução

setSupportActionBar(toolbar);
        final Drawable upArrow = getResources().getDrawable(R.drawable.abc_ic_ab_back_mtrl_am_alpha);
        upArrow.setColorFilter(getResources().getColor(R.color.black), PorterDuff.Mode.SRC_ATOP);
        getSupportActionBar().setHomeAsUpIndicator(upArrow);
        getSupportActionBar().setTitle(Html.fromHtml("<font color=\"black\">" + "All Addresses" + "</font>"));
        getSupportActionBar().show();

para alterar o botão home, segui a resposta de @anandsingh.


2
Essa é uma maneira bem hacky e difícil de manter. Eu diria que seria melhor não fazer nada do que seguir isso. Isso pode ajudar a fazer com que uma amostra funcione para uma demonstração.
OlivierM

@Tarun Voora - pode ser exatamente o que estou procurando ... estou procurando uma maneira de alterá-lo usando o código ... analisarei isso nos próximos dias ... obrigado antecipadamente! .. . estou procurando o ícone do menu de hambúrguer, porém ... mas isso pode me apontar na direção certa.
Daron

0
//----------your own toolbar-----------------------------

            <?xml version="1.0" encoding="utf-8"?>
            <android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
                xmlns:app="http://schemas.android.com/apk/res-auto"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:elevation="4dp"
                android:padding="1dp"
                android:background="@color/blue"
                >
                </android.support.v7.widget.Toolbar>

    //-----------Main activity xml, add your own toolbar-----------------------------------------------
    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
        android:layout_height="match_parent"
        tools:context="com.v1technologies.sgcarel.FrameActivity">
        <include
            android:id="@+id/toolbar"
            layout="@layout/toolbar"
            />
        <FrameLayout
            android:padding="2dp"
            android:layout_marginTop="70dp"
            android:id="@+id/frame_frame_activity"
            android:layout_width="match_parent"
            android:layout_height="match_parent">

    </FrameLayout>
    </RelativeLayout>


        //----  In your activity-----------------------

                   toolbar = (Toolbar) findViewById(R.id.toolbar);       
                    setSupportActionBar(toolbar);

            //===========================================================================

             @Override
                public boolean onCreateOptionsMenu(Menu menu) {
                    // Inflate the menu; this adds items to the action bar if it is present.
                    getMenuInflater().inflate(R.menu.menu_main, menu);

                    int color = Color.parseColor("#334412");
                    final PorterDuffColorFilter colorFilter = new PorterDuffColorFilter(color, PorterDuff.Mode.SRC_ATOP);

                    for (int i = 0; i < toolbar.getChildCount(); i++) {
                        final View v = toolbar.getChildAt(i);

                        if (v instanceof ImageButton) {
                            ((ImageButton) v).setColorFilter(colorFilter);
                        }
                    }
                    return true;
                }

0

Se você deseja alterar a cor apenas para o ícone da gaveta de navegação, tente o seguinte:

<android.support.design.widget.NavigationView
    app:itemIconTint="@color/thecolorthatyouwant"
 />

direto em seu activity_drawer.xml


-1

O ícone de hambúrguer é controlado por sua ActionBarDrawerToggleclasse de ação . Se você estiver usando as bibliotecas compat do Android, isso é uma obrigação agora. Você pode alterar a cor assim:

    toggle?.drawerArrowDrawable?.color = ContextCompat.getColor(context, R.color.colorPrimary)

este código que você postou travará porque não há referência a drawerToggle .... como obtemos uma referência?
Daron
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.