MessageView
Simple message view andriod
Install / Use
/learn @ar-android/MessageViewREADME
MessageView

Simple Message View Android Library
This is an Android project allowing to realize a MessageView instead of RelativeLayout in the simplest way possible.
Usage
To make a MessageView add in your layout XML and add MessageView library in your project or you can also grab it via Gradle:
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
Add dependencies :
dependencies {
compile 'com.github.ar-android:MessageView:1.0.0'
}
XML
<com.ahmadrosid.lib.MessageView
android:id="@+id/message_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
JAVA
MessageView messageView = (MessageView)findViewById(R.id.message_view);
messageView.setLeft();
messageView.setTitleMessages("Tittle Message");
messageView.setDecsMessages("Description messages bla bla bla");
You also can set to right
messageView.setRight();
LICENCE PercentView by Ahmad Rosid is licensed under a Apache License 2.0.
Related Skills
node-connect
341.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.5kCommit, push, and open a PR
