Francesco Adragna

Results 11 comments of Francesco Adragna

You should edit the value assigned to the `float textSize` variable in the BreadcrumbLayout class. I did it this way: ``` float mySizeFromRes = res.getDimension(R.dimen.breadcrumb_text_size); float textSize = mySizeFromRes; ```...

Hi, I had a similar issue. I wanted to represent a dynamically created menu. I'll post you a sample code. First of all I created a Java class that represented...

Finally solved this way: ``` ... AndroidTreeView tView = new AndroidTreeView(this, root); LayoutInflater inflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); View view = inflater.inflate(R.layout.menu_view, null); ViewGroup containerView = (ViewGroup) view.findViewById(R.id.container); MaterialDialog dialog =...

Hello, I've got another issue. I'm trying to represent my TreeView as the TwoDScrollingArrowExpandFragment from your sample. I create my TreeNode like this, passing your two Objects: ``` TreeNode tn1...

Never mind, I created my own custom layout.

Grandi raga, discussione creativa e piena di spunti

Ho guardato ora gli stylesheet aggiunti successivamente. Ho usato come base il blu classico che non ne aveva.

Si, è vero. In effetti ho scelto di usare LESS proprio per la flessibilità di creare skin in tempo zero.

> > Se puoi ti chiederei di mettere il file less in una directory separata dalla cartella decompressed così il file non viene incluso nella gui Ok! Suggerimento per il...

Nella root? Scusami ma sono abbastanza incasinato e non riesco a lavorarci.