Skip to content

Commit

Permalink
Screenshots resize
Browse files Browse the repository at this point in the history
  • Loading branch information
wmora committed Dec 21, 2014
1 parent 8fd85da commit e1ba966
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Gradle port of Google's SlidingTabLayout to display a custom ViewPager title str
[Android SlidingTabsColors Sample](https://github.com/googlesamples/android-SlidingTabsColors/). It
has minor modifications to work from SDK 8

<img src="./art/screenshot_1.png" style="width: 200px; height: 355px" />
<img src="./art/screenshot_2.png" style="width: 200px; height: 355px" />
<img src="./art/screenshot_3.png" style="width: 200px; height: 355px" />
<img src="./art/screenshot_4.png" style="width: 200px; height: 355px" />
<img src="./art/screenshot_1.png" width=200 height=355 />
<img src="./art/screenshot_2.png" width=200 height=355 />
<img src="./art/screenshot_3.png" width=200 height=355 />
<img src="./art/screenshot_4.png" width=200 height=355 />

# Installation
You can import the library from source as a module or grab via Gradle:
Expand Down Expand Up @@ -38,4 +38,4 @@ Although not using this library, the same code is used in:
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit e1ba966

Please sign in to comment.