Skip to content

Commit

Permalink
Added:
Browse files Browse the repository at this point in the history
- Added both LTR & RTL support
  • Loading branch information
Ido-Barnea committed Apr 2, 2022
1 parent 986260a commit f10ebeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Dialoger/src/main/res/layout/layout_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,20 @@

<TextView
android:id="@+id/dialog_title"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/default_title"
android:textStyle="bold"
android:textSize="20sp"
android:textAlignment="inherit"
android:textColor="@color/black" />

<TextView
android:id="@+id/dialog_text"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/default_text"
android:textAlignment="inherit"
android:layout_marginTop="8dp"
android:textSize="16sp"
android:textColor="@color/black" />
Expand Down

0 comments on commit f10ebeb

Please sign in to comment.