Open TonyNikolov opened 7 years ago
Hi TonyNikolov, I am planning to release version 2 of this library and there is lots of changes. Sample app you have downloaded uses this last version of the library. The problem you have faced could be already fixed or will be fixed in the next release. I cannot tell you when because I'm pretty busy these days, but I believe it won't last a month.
Hello, i am using 1.2.2 When i start the activity the selector looks fine, but when i click the button or the segmented group itself, it becomes smaller and it doesnt fill the buttons.
<?xml version="1.0" encoding="utf-8"?> <LinearLayout 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="match_parent" android:background="#b6a5a5" android:orientation="vertical">
edit: Also the example app looks like to be using different version of SegmentedButton, than whats in 1.2.2 edit: Tried version 1.1.1 and its working fine with the same code