AndroidDeveloperLB/MaterialPreferenceLibrary

custom layout

Closed this issue · 2 comments

I'm trying to use "setContentView" in acivity class and it has my own toolbar design too. Below toolbar i have ScrollView and ListView with id "@android:id/list". Does this library replace list of that id? Since when i use custom layout for activity, it does not scroll.

Default toolbar is ok but i can not change title color and typeface

I had put listView inside ScrollView so why it does not scroll, i fixed that and i can use custom layout now)

You should check the code I've made, to make it fit your needs. Sorry.
BTW, about ScrollView, it's recommended not to put it in a listView or vice
versa. Watch the video "the world of listView" . They talk about it. It's
an old video, but it's still relevant .

On Sun, Jul 12, 2015 at 4:54 PM, Jemshit Iskenderov <
notifications@github.com> wrote:

I'm trying to use "setContentView" in acivity class and it has my own
toolbar design too. Below toolbar i have ScrollView and ListView with id "
@android https://github.com/android:id/list". Does this library replace
list of that id? Since when i use custom layout for activity, it does not
scroll


Reply to this email directly or view it on GitHub
#7
.