simple ui utilities lib

Overview

Android Studio v4.0

UiUtilities

a custom android libe help to show or hide view as expande row

ExpandRow Image

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.alihrhera:UiUtilities:0.1.0'
}

Step 3. Use The Lib

<com.hrhera.expandrowview.ExpandRow
    app:showDivider="true"
    app:dividerColor="@color/black"
    
    app:clickAnyPositionToOpen="true"
    app:defaultOpen="true"
    
    app:headerBackground="@color/black"
    app:child_id="@layout/row_to_hide"

    
    app:endIconColor="@color/white"
    app:startIconColor="@color/white"
    app:startIcon="@android:drawable/ic_menu_week"
    
    app:titleTextColor="@color/white"
    app:titleTextSize="12sp"
    app:title="@string/app_name"

    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:layout_constraintTop_toTopOf="parent" />

And it's inherits CardView, so you can use all the properties of the CardView and modify it as you wish.

Like cardElevation, cardCornerRadius, cardBackgroundColor and so on .

You might also like...

A simple implementation of the Dubbo protocol.

Codec-dubbo Codec-dubbo is a binary codec framework for dubbo protocol Features Fully compatible with Dubbo protocol Completely rewritten based on Net

Nov 21, 2022

a simple program to turn stockX images into gifs!

a simple program to turn stockX images into gifs!

StockX Gif Converter make stockx images look cool Idea I got this idea from Fyko/stockx-gif-next Usage import me.brennan.stockxgiffer.StockXGiffer; p

Jul 19, 2022

Super simple deploy using spring boot, docker, k8s and kind

Target Target of this repository is show how to build spring boot application Docker image and deploy it with kind and k8s at least in local. Prerequi

Aug 22, 2021

a simple mini-project using Spring framework

Room Reservation Service First attempts to learn Spring with Linkedin-Learning led me to create this mini-project; a simple room reservation service f

Sep 23, 2021

Simple and lightweight application which is checking status of your web services and send a notification if it is down.

rose-uptimer Simple and lightweight application which is checking status of your web services and send a notification if it is down. Example configura

Sep 25, 2022

GodType is a very simple Bukkit plugin to allow the console (or a player) to chat as a defined name.

GodType GodType is a very simple Bukkit plugin to allow the console (or a player) to chat as a defined name. Config A config.yml file will be created

Dec 24, 2021

A simple plugin to load behavior packs from the 'behavior_packs' folder.

Behaviour Pack Loader for Nukkit A simple plugin to load behavior packs from the behavior_packs folder. If you found any bugs or have any suggestions,

Dec 7, 2022

A simple and scalable Android bot emulation framework, as presented at Black Hat Europe 2021's Arsenal, as well as atHack 2021's Arsenal

m3 A simple and scalable Android bot emulation framework. A detailed explanation can be found here. This project was first published at Black Hat Euro

Aug 20, 2022

๐Ÿ‘ฎ๐Ÿปโ€โ™€๏ธ simple k8s admission controller using spring boot

spring admission controller Spring boot๋ฅผ ์ด์šฉํ•ด ๋งŒ๋“  ๊ฐ„๋‹จํ•œ Kubernetes admission controller ์ž…๋‹ˆ๋‹ค. Admission controller์˜ Validating webhook์„ ์ด์šฉํ•˜์—ฌ Pod์˜ ์ƒ์„ฑ์„ ์ œํ•œํ•ฉ๋‹ˆ๋‹ค

Dec 22, 2021
Releases(0.1.0)
Owner
Ali Tarek Hrhera
Android App Developer since 2016 My CV http://www.bit.ly/alihrheraCv
Ali Tarek Hrhera
A lightweight, mixin like injection lib using ASM

ClassTransform A lightweight, mixin like injection lib using ASM. The usage is like Mixins. You can almost copy-paste mixins code and it works. Why? I

Lenni0451 15 Dec 22, 2022
Multifunctional bot with moderation, information and utilities commands.

Module Multifunctional bot with moderation, information and utilities commands. Invite, Server. Technologies Java Spring JDA JDA-Chewtils PostgreSQL L

Headcrab 0 Dec 2, 2022
Java utilities to throw checked exceptions in a "sneaky" way.

Sneaky Java Java utilities to throw checked exceptions in a "sneaky" way. If you're tired of checked exceptions in lambdas, then this library is made

Semyon Kirekov 24 Dec 3, 2022
๐Ÿ€ Utilities for working with the Spigot library

?? VettherUtilities Spigot utilities for versions: 1.14, 1.15, 1.16, 1.17, 1.18 Require Java 11 or higher. Use older versions at your own risk! Featur

Vetther 4 Oct 17, 2022
Discord Bot with many useful utilities!

Utility Discord Bot Discord Bot with many utilities like base64/hex de-/encode and string hashing Invite the bot Does need manage role perms. Its requ

ReisMiner 4 Dec 14, 2022
Lightweight and Necessary utilities for mini minecraft server

WithMyFriends Lightweight server tools for minimal servers. Contributing to us Version Strategy Why? Despite a huge amount of Server Essential Plugins

iceBear 6 Mar 4, 2022
"Some" Utilities you can use for your Java projects "freely"! Files are compiled with Java-8 and above, but mostly Java-11.

โœจ Java-SomeUtils ?? "Some" Utilities you can use for your Java projects "freely"! *"Freely"* forcing you to include the license into your program. Fil

JumperBot_ 2 Jan 6, 2023
Dynamically filters JPA entities with a simple query syntax. Provides JPA/Hibernate predicates and Spring Data specifications.

Spring Filter You need a way to dynamically filter entities without any effort? Just add me to your pom.xml. Your API will gain a full featured search

Turkraft 142 Dec 13, 2022
This is an example of how conditional events can be triggered in Camunda using a simple spring boot project

Camunda Conditional Events Example This example is a Spring Boot Application using Camunda. In this example i'll show a variety of ways that BPMN's Co

Niall 5 Sep 30, 2021
Simple AnimationUtil using Easing functions. Can be used anywhere, Hacked-Client, Mods, etc..

AnimationUtil Simple AnimationUtil using Easing functions. Can be used anywhere, Hacked-Client, Mods, etc.. Render example > https://gyazo.com/780b5d8

null 71 Jan 8, 2023