Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
Fix tile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Dec 18, 2013
1 parent 968da97 commit 0d3c52b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions android/src/clojure/net/nightweb/views.clj
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,14 @@
[:text-view {:text-color Color/WHITE
:layout-width :fill
:layout-weight 1}]
[:linear-layout {:orientation 0}
[:linear-layout {:orientation 0
:layout-width :fill}
[:text-view {:text-color Color/WHITE
:single-line true
:layout-width :fill
:layout-height :fill
:layout-weight 1
:ellipsize end}]
[:text-view {:text-color Color/WHITE
:layout-width :fill}]]]])
:single-line true}]]]])
^ImageView image (.getChildAt tile-view 0)
^LinearLayout linear-layout (.getChildAt tile-view 1)
^TextView text-top (.getChildAt linear-layout 0)
Expand Down

0 comments on commit 0d3c52b

Please sign in to comment.