forked from suwhs/wATL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
60 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<html> | ||
<body> | ||
<center><h3>About wATL Demo App</h3></center> | ||
<center><h3>About<br/> wATL Demo App</h3></center> | ||
<p><center><img src="logo.png"/></center></p> | ||
<p> | ||
<right>version 1.1.4</right> | ||
<right>version 1.1.5</right> | ||
</p> | ||
<p> | ||
<center><h2>Welcome!</h2></center> | ||
|
@@ -15,14 +15,18 @@ | |
<li>image wrap</li> | ||
<li>hyphenation supports</li> | ||
<li>supports animation DynamicDrawableSpan</li> | ||
|
||
<li>experimental support for bidirectional text</li> | ||
<li>pagination adapter</li> | ||
</ul> | ||
</p> | ||
<!-- <rtl>sample of RTL text <ltr>and LTR within</ltr> 1234567890</rtl> --> | ||
<br/> | ||
<br/> | ||
<right><p><a href="http://whs.su/?p=33">wATL Home</a></p></right> | ||
<br/> | ||
<right><p><a href="mailto:[email protected]">[email protected]</a></p></right> | ||
<right> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
</right> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
app/src/main/res/layout-land/activity_multi_column_text_view_ex.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:app="http://schemas.android.com/apk/res-auto" | ||
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
tools:context="su.whs.watl.samples.MultiColumnTextViewExActivity"> | ||
|
||
<ScrollView | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:id="@+id/scrollView2" > | ||
|
||
<su.whs.watl.ui.MultiColumnTextViewEx | ||
android:id="@+id/textView" | ||
android:text="@string/hello_world" | ||
app:textPaddingLeft="5dp" | ||
app:textPaddingRight="5dp" | ||
app:textPaddingTop="5dp" | ||
app:textPaddingBottom="5dp" | ||
app:asyncReflow="false" | ||
app:columnCount="3" | ||
app:columnSpacing="15dp" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" /> | ||
</ScrollView> | ||
|
||
</RelativeLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule wATLlib
updated
8 files