2016-11-02 12 views
0

私はこのスペースを減らそうとしていますが、これを行う方法はありますか? Thanks in advanced.ナビゲーションアイコンとアクティビティラベルの間のギャップを克服するにはどうすればよいですか?

これは私のstyle.xmlある

<resources> 

    <!-- Base application theme. --> 
    <style name="AppTheme" 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> 
     <item name="listPreferredItemHeightSmall">40dp</item> 
    </style> 
    <style name="AppTheme.NoActionBar"> 
     <item name="windowActionBar">false</item> 
     <item name="windowNoTitle">true</item> 
    </style> 
    <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" /> 

    <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" /> 
</resources> 
+0

はあなた*のstyle.xml *ファイルを投稿。 –

+0

ご回答いただきありがとうございます。 – Champandorid

+0

下記のanswer link、http://stackoverflow.com/a/38562969/3940292 –

答えて

0

ツールバーにこれらのプロパティを追加します。

app:contentInsetLeft="0dp" 
app:contentInsetStart="0dp" 
app:contentInsetStartWithNavigation="0dp" 
関連する問題