GithubHelp home page GithubHelp logo

qustomdialog's People

Contributors

danoz73 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qustomdialog's Issues

Dialog with items bug.

Hi,

I have been testing your dialog and it's a nice work but i have found an issue.

When you use the method .setItems, to build a dialog with a list of items to choose, the list appear before the header.

Cheers.

ListView inside QustomDialog

I create a QustomDialog and then I use setContentView to inflate a new layout, which contains a ListView.
How can I reach that ListView?

final QustomDialogBuilder chooseDeliveryCustomerDialog = new QustomDialogBuilder(getActivity());
chooseDeliveryCustomerDialog.setCustomView(R.layout.custom_add_associate, getActivity());
final AlertDialog dialog = chooseDeliveryCustomerDialog.create();
ListView customerList = (ListView) dialog.findViewById(R.id.custom_associate_listView);

This are the steps I do.
With every item dialog.findViewById(...) works fine, but with ListView it gives NullPointer.

Better color support

It's a nice example and good base, but it's hard to believe that you made the only accessible API to accept colors as hash-strings.
What's wrong with the Android-style int (0xFF335566) colors (android.graphics.Color) or just color resources (R.color.accent)?

QustomDialog not working with "dialogItems"

Many thanks for your sharing. But i just found that QustomDialog is having problems when i import several "dialogItems" on it and its title will be placed at the bottom instead of top.

what are the reasons behind this??
dialog

ListView inside QustomDialog cut the bottom

I set the ContentView of a QustomDialog with a ListView, but when I scroll down, the last element isn't showing properly.
immagine

My layout is:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="600dp"
    android:layout_height="400dp"
    android:orientation="vertical">

    <ListView
        android:id="@+id/dialog_list"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:scrollbarStyle="insideOverlay"
        android:dividerHeight="1dp" />

</LinearLayout>

is there something missing?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.