android-support-design Questions
1
Solved
In my android project in xml I try to use com.google.android.material.textfield.TextInputEditText
like this:
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/editTex...
Lust asked 7/9, 2019 at 15:19
4
Solved
I'm implementing Bottom Navigation Bar in Android app using Google's support design library v25.1.0. Is there any way to add drop shadow effect, same as current Android native Google Photos app?
...
Hunfredo asked 14/1, 2017 at 13:57
6
Solved
this is not my app, this is nordic app that put its source on github and I am trying to run the soutce on my machine. but i keep having this error :
03-07 07:12:13.641 12622-12622/com.noxel.apppan...
Sverige asked 7/3, 2016 at 12:24
4
Solved
I wanted to provide the SnackBar animation from top, instead of the regular behavior that displays the SnackBar from bottom. Is this easily hackable?
Hilleary asked 27/7, 2015 at 17:59
3
Solved
How to set the elevation of an AppBarLayout programmatically in the Android Support Library v24.0.0?
When upgrading from the Android Support Library v23.4.0 to v24.0.0, setting the elevation to 0 programmatically to an AppBarLayout stopped working:
appBayLayout.setElevation(0);
It does work whe...
Jowers asked 23/6, 2016 at 12:58
4
Solved
I'm pretty new to android development. So bear with me.
I've been trying to align the icon and text in same line in com.android.support:design:23.1.0 for a day.
Apparently in com.android.support:...
Tadpole asked 17/11, 2015 at 5:27
10
Solved
My CollapsingToolbarLayout crashes because of Error inflating class android.support.design.widget.CollapsingToolbarLayout.
I updated the android studio last weekend. Before the updated, it works f...
Connection asked 24/5, 2016 at 20:43
2
Solved
I built a project based on Scrolling Activity, and faced a strange issue. Consider the following scenario:
I click on fab button to go to another fragment but when the fragment displaces, the fab...
Stith asked 13/1, 2016 at 21:6
2
Solved
I was using the method below to properly tint compound drawables with android.support.design 23.0.1 . Now that they released 23.1.0 it doesn't work anymore on api LVL16, all my drawables are black....
Photomicroscope asked 19/10, 2015 at 18:18
8
Solved
com.android.support:appcompat-v7:28.0.0-rc02
com.android.support:design:28.0.0-rc01 -> should be rc02, but there's no rc02 actually.
error:
app/build.gradle:74: Error: All com.android.support li...
Estrange asked 29/8, 2018 at 13:55
5
Solved
I am using Android Studio 3.1.4. Since I would like to make a Tab Layout, I add the code implmentation 'com.android.support design:28.0.0-rc02', which has the same version as support.accompat in bu...
Potato asked 1/9, 2018 at 2:47
7
Solved
I am getting a bug using the official FloatingActionButton from Google's support design library.
Here is my LogCat.
android.view.InflateException: Binary XML file line #34: Error inflating class...
Sanjuanitasank asked 16/6, 2015 at 14:24
1
Solved
First, I want to mention that there is a huge amount of questions with various quality of answers and actually I cannot find a good explanation, reasoning and solution to the problem.
I want:
A ...
Hachman asked 28/3, 2018 at 16:52
3
I want the toolbar to be pushed upwards and out of the view when bottom sheet is expanding and be pulled back in when it gets collapsed. All the examples I see are other views merging into the tool...
Crocodile asked 21/6, 2017 at 11:5
2
Solved
I am using TextInputLayout in one of my app layouts. My app is crashing on user's devices with Lollipop(5.1) version and above.
Below is the error
android.view.InflateException: Binary XML file li...
Liszt asked 14/3, 2017 at 14:48
3
Solved
Can't build project after adding
compile 'com.android.support:design:24.2.0'
Keeps giving the following errors:
Seems like, the problem is with supporting vector drawables. Somewhere some a...
Pinfeather asked 6/9, 2016 at 10:59
0
By using
<item
android:id="@+id/nav_ad"
android:title="@null"
app:actionLayout="@layout/sidebar_ad" />
I can use my custom layout and create a native ad inside the NavigationView. Howe...
Antidepressant asked 13/10, 2017 at 9:59
3
I'm trying to recreate the search box as it is in Airbnb Android app.
So I'm using CoorinatorLayout with Toolbar and RecyclerView.
But when I insert something inside the Coordinator besides those ...
Bypath asked 3/8, 2015 at 1:11
1
Solved
I want my bottom nav bar change background color when pressed ( only the selected area ) ,
Like the link bellow :
http://uupload.ir/files/nq3k_tab_bar.jpg
Here`s my xml for the selector :
<...
Guilford asked 7/8, 2017 at 12:20
7
Solved
Previously, I'm using the following old support libraries "23.1.1".
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:p...
Portiaportico asked 3/4, 2016 at 6:44
2
Solved
I'm getting the following error message
android.content.res.Resources$NotFoundException: If the resource you are trying to use is a vector resource, you may be referencing it in an unsupport...
Haemoid asked 17/7, 2017 at 13:6
4
Solved
Using ASL's 25.0 BottomNavigationView i'm faced with some troubles, like a save selected item (or his index) and selected item programmatically.
Corbett asked 31/10, 2016 at 21:20
1
I'm using compile 'com.android.support:design:23.1.1' and android.support.design.widget.FloatingActionButton to create a FAB.
When the background tint color is white the elevation (shadow) is very...
Sudra asked 19/2, 2016 at 12:39
2
Solved
I want to use TabLayout with TabItem with following code:
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_con...
Lynd asked 8/6, 2016 at 20:20
5
Solved
I'm using the new support TabLayout from Android. The thing is that I wanted to use selectors to change the icon when a tab is selected.
I've been looking into the source code and it seems to me ...
Cremona asked 22/6, 2015 at 9:35
© 2022 - 2024 — McMap. All rights reserved.