Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
3 answers
1k views

Align ImageView to fully left

I have been fighting with this issue but I have no idea what I am doing wrong in here. I have a custom toolbar [code] <?xml version="1.0" encoding="utf-8"?> <android.support.v7.widget....
Ali's user avatar
  • 2,768
-1 votes
1 answer
92 views

Navigation Drawer toolbar is not visible on samsung skin

I have a navigation drawer activity which works fine but when I run it on Samsung s3 and such it just not showing the tool bar above but if I drag from the side it will open the drawer, I read that it ...
user7415791's user avatar
1 vote
4 answers
420 views

Action bar / toolbar not shows in below Lollipop version

I have created activity from android studio activity gallery. following are the code of layout.xml file <?xml version="1.0" encoding="utf-8"?> <android.support.design.widget....
Naitik's user avatar
  • 816
8 votes
1 answer
5k views

What is difference between "?actionbarsize","?attr:actionbarsize" and "?android:actionBarSize"?

I am confused about "?actionbarsize","?attr:actionbarsize", "?android:actionBarSize"? and ?android:attr/actionBarSize I see there are actionbarSize in appcompat-v7 but how this all diffrent value are ...
Jaydeep purohit's user avatar
1 vote
1 answer
910 views

TextDrawable - getSupportActionBar.setLogo(Drawable drawable) not works

I would like to put a logo in my toolbar with a custom drawable from https://github.com/amulyakhare/TextDrawable. But this code displays nothing TextDrawable drawable = TextDrawable.builder() ...
Louis's user avatar
  • 416
1 vote
0 answers
976 views

How to set back button with arrow and icon and text in actionbar?

I'm trying to set the back button in actionbar. I would like to set that like the picture below, and the whole rectangular part would be a button to click to parent activity. Settings in the ...
Eddie's user avatar
  • 11
0 votes
1 answer
3k views

Toolbar/ActionBar menu items not clickable unless showAsAction is Never

I am having a weird experience with android. I have ToolBar (inside a CollapsingToolbarLayout) Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); setSupportActionBar(toolbar); And here is the ...
learner's user avatar
  • 11.8k
3 votes
2 answers
569 views

Android clickable transparent toolbar

I have added a transparent toolbar in an activity, which is working fine. The problem is that I want to click on an element which is under the toolbar. Although the element is visible (as the toolbar ...
FVod's user avatar
  • 2,295
0 votes
2 answers
420 views

What is the Android user base by API level

My goal is to implement a floating element (maybe I should say 2 elements) at the top of the screen, in a "browse" feature which displays text via a ListView. The elements I wish to float at the top ...
Timothy Steele's user avatar