GithubHelp home page GithubHelp logo

Issues with layout about textfieldboxes HOT 10 CLOSED

hitgif avatar hitgif commented on May 25, 2024
Issues with layout

from textfieldboxes.

Comments (10)

HITGIF avatar HITGIF commented on May 25, 2024

Fixed in release 1.3.9 :)

from textfieldboxes.

mario avatar mario commented on May 25, 2024

Awesome, thanks :D

from textfieldboxes.

mario avatar mario commented on May 25, 2024

Sorry, same issue exists still :(

screen shot 2018-02-08 at 13 38 38

from textfieldboxes.

HITGIF avatar HITGIF commented on May 25, 2024

Can you provide the entire layout file to reproduce this?

This is the layout file I'm testing which is based on yours with unnecessary lines (colors etc.) removed.
And it behaves normally on Android 6.0 (API 23):
screenshot_1518146718

from textfieldboxes.

mario avatar mario commented on May 25, 2024

@HITGIF sorry for the delay - https://pastebin.com/r6LPvewz

from textfieldboxes.

HITGIF avatar HITGIF commented on May 25, 2024

Sorry that I didn't check on time, but it seems that the link is no longer available.

from textfieldboxes.

mario avatar mario commented on May 25, 2024
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Nextcloud Talk application
  ~
  ~ @author Mario Danic
  ~ Copyright (C) 2017 Mario Danic <[email protected]>
  ~
  ~ This program is free software: you can redistribute it and/or modify
  ~ it under the terms of the GNU General Public License as published by
  ~ the Free Software Foundation, either version 3 of the License, or
  ~ at your option) any later version.
  ~
  ~ This program is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~ GNU General Public License for more details.
  ~
  ~ You should have received a copy of the GNU General Public License
  ~ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  -->

<RelativeLayout 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="wrap_content"
                android:background="@color/nc_white_color">

    <studio.carbonylgroup.textfieldboxes.TextFieldBoxes
        android:id="@+id/text_field_boxes"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginEnd="@dimen/activity_horizontal_margin"
        android:layout_marginStart="@dimen/activity_horizontal_margin"
        app:errorColor="@color/nc_darkRed"
        app:helperText=" "
        app:panelBackgroundColor="@color/nc_white_color"
        app:primaryColor="@color/colorPrimary">

        <studio.carbonylgroup.textfieldboxes.ExtendedEditText
            android:id="@+id/extended_edit_text"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:imeOptions="actionDone"
            android:inputType="textUri"
            android:minWidth="5dp"
            android:singleLine="true"
            android:textColor="@color/colorPrimary"/>

    </studio.carbonylgroup.textfieldboxes.TextFieldBoxes>

    <Button
        android:id="@+id/ok_button"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentEnd="true"
        android:layout_below="@id/text_field_boxes"
        android:layout_marginBottom="12dp"
        android:layout_marginEnd="8dp"
        android:layout_marginTop="8dp"
        android:alpha="0.7"
        android:background="#0000"
        android:enabled="false"
        android:text="@string/nc_proceed"
        android:textColor="@color/colorPrimary"/>

</RelativeLayout>

from textfieldboxes.

HITGIF avatar HITGIF commented on May 25, 2024

Absolutely fixed in 1.4.1 :-)

from textfieldboxes.

mario avatar mario commented on May 25, 2024

Are you sure this time? xD

from textfieldboxes.

mario avatar mario commented on May 25, 2024

Tested, works - amazing work @HITGIF :p

from textfieldboxes.

Related Issues (20)

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.