-
When using Unity 2018.1.0f2 and importing the Unity Buy SDK by itself into a new project, Android builds are failing when using the Gradle build system with the following error:
```
CommandInvokat…
-
Hi I wrote a `BottomSheetDialogFragment` and inflated a custom view in it but i have a little problem doing these:
1. making dialog full screen : bottom sheets opens like 50% of screen and you can dra…
-
I use the **BottomSheetDialog**,I want to measure the FlexboxLayout's height before the dialog is showing;
fblTag.measure(View.MeasureSpec.UNSPECIFIED, View.MeasureSpec.UNSPECIFIED);
"fblTag.getMe…
-
**Actual Behavior**
`Left Drawer:`
Current Left Drawer contains the `action_back_button`, `action_forward_button` and `plusDrawable` which are responsible to enable the user go back and forth. H…
-
And this solution doesn't work on KitKat: https://github.com/alexbakker/Aegis/blob/e3c4f4b1f6da84488dd723dd77107cca2f571d60/app/src/main/java/me/impy/aegis/ui/EditProfileActivity.java#L56
-
Hi,
I'm making an app for tablet and need it to work in landscape view, but at the moment it doesn't work.
When I click on "stickers" 'for exemple) I can't see it (but i can when I turn it to port…
-
this is my code
```java
package com.my.package;
import android.content.Intent;
import android.database.Cursor;
import android.os.Bundle;
import android.support.design.widget.BottomSheetDialo…
-
我的结构是Activity上面加载Fragment。Fragment上面加载Fragment1 和 Fragment2。Barchar放在Fragment2上面。现在BarChart需要点击才会显示显示出来。
操作视频:https://pan.baidu.com/s/1IOgRG2OdtEHusYA4Ac9zCA
以下是代码
@BindView(R.id.day_chart)
Ba…
-
-