Skip to content

Commit

Permalink
android tablet fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhinnery committed Oct 5, 2012
1 parent beb4708 commit 0cd200d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
Binary file added app/assets/android/img/drawer/btn-close.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions app/styles/about.tss
@@ -1,6 +1,8 @@
'#madeWith': {
top:'10dp',
image:'/img/about/about-app-love.png'
image:'/img/about/about-app-love.png',
height:'13dp',
width:'174dp'
},

'#divider': {
Expand All @@ -24,7 +26,9 @@
},

'#appcelerator': {
image:'/img/about/about-appc-logo.png'
image:'/img/about/about-appc-logo.png',
height:'32dp',
width:'158dp'
},

'.paragraph': {
Expand Down
4 changes: 3 additions & 1 deletion app/styles/drawer.tss
Expand Up @@ -23,7 +23,9 @@
},

'#closeIcon': {
image:'/img/drawer/btn-close.png'
image:'/img/drawer/btn-close.png',
height:'18dp',
width:'18dp'
},

'#content[formFactor=tablet]': {
Expand Down
8 changes: 6 additions & 2 deletions app/styles/profile.tss
Expand Up @@ -107,12 +107,16 @@

'#twitterIcon': {
left:'10dp',
image:'/img/post/btn-twitter-off.png'
image:'/img/post/btn-twitter-off.png',
height:'30dp',
width:'30dp'
},

'#facebookIcon': {
left:'10dp',
image:'/img/post/btn-facebook-off.png'
image:'/img/post/btn-facebook-off.png',
height:'30dp',
width:'30dp'
}


14 changes: 7 additions & 7 deletions app/views/home.xml
Expand Up @@ -46,19 +46,19 @@
<ScrollView scrollType="horizontal">
<View id="horizontalContainer">
<View class="spacer"/>
<ImageView image="/img/home/sponsors/redhat.png"/>
<ImageView image="/img/home/sponsors/redhat.png" height="28" width="156dp"/>
<View class="spacer"/>
<ImageView image="/img/home/sponsors/denso.png"/>
<ImageView image="/img/home/sponsors/denso.png" width="76dp" height="28dp"/>
<View class="spacer"/>
<ImageView image="/img/home/sponsors/box.png"/>
<ImageView image="/img/home/sponsors/box.png" width="42dp" height="30dp"/>
<View class="spacer"/>
<ImageView image="/img/home/sponsors/utest.png"/>
<ImageView image="/img/home/sponsors/utest.png" width="65dp" height="26dp"/>
<View class="spacer"/>
<ImageView image="/img/home/sponsors/venturebeat.png"/>
<ImageView image="/img/home/sponsors/venturebeat.png" width="136dp" height="26dp"/>
<View class="spacer"/>
<ImageView image="/img/home/sponsors/challengepost.png"/>
<ImageView image="/img/home/sponsors/challengepost.png" width="116dp" height="33dp"/>
<View class="spacer"/>
<ImageView image="/img/home/sponsors/centrify.png"/>
<ImageView image="/img/home/sponsors/centrify.png" width="95dp" height="33dp"/>
<View class="spacer"/>
</View>
</ScrollView>
Expand Down

0 comments on commit 0cd200d

Please sign in to comment.